.table-of-contents.open {
  background-color: #2a2621;
  border-radius: 20px;
}

h1 {
  text-align: center;
  color: #ffffff;
}

.entry-content table th {
  background-color: #404040;
  color: #ffffff;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #474543;
  font-weight: bold;
  color: #e8e8e8;
}

.spoiler-box__body {
  background-color: #302e2d;
}

.container.header-separator {
  background-color: #2d2b29;
}

.button {
  font-weight: bold;
}

h2 {
  color: #e8e8e8;
}

.comment-list .comment-box {
  background-color: #424242;
  margin-bottom: 10px;
  border-radius: 15px;
  border-style: solid;
}

.comment-list .comment-author {
  color: #ffffff;
}

.cs2-title {
  padding-bottom: 20px;
}

.cs2-title.cs2-title--mid {
  padding-bottom: 20px;
}

.cs2-cases {
  border-radius: 19px;
  border-style: solid;
  border-color: #ffcb63;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #3b3b3b;
}

strong {
  color: #fcf812;
}