h1 {
  text-align: center;
}

.table-of-contents.open {
  background-color: #363636;
  border-radius: 20px;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #363636;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #616161;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #363636;
  font-weight: bold;
}

.comment-list .comment-body {
  background-color: #000000;
  border-radius: 13px;
  border-style: solid;
  border-color: #847f6b;
}

.comment-list .comment-author {
  color: #ffffff;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 5px;
}

.top-menu ul li>span {
  text-transform: capitalize;
  font-weight: 100;
}

.top-menu ul li>a {
  text-transform: capitalize;
  font-weight: 100;
}

#submit.submit {
  border-radius: 10px;
  font-weight: bold;
}

.sp-hero-banner {
  margin-top: -30px;
}

.entry-content table th {
  background-color: #404040;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
}