.table-of-contents.open {
  background-color: #1f1d25;
  border-radius: 20px;
  color: #fffcfc;
}

h1 {
  color: #e8e8e9;
  text-align: center;
}

h2 {
  color: #e8e8e9;
  text-align: center;
}

.entry-content table th {
  background-color: #1f1d25;
}

@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.container.header-separator {
  background-color: #101012;
}

.comment-list .comment-box {
  background-color: #1f1d25;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #ffdd2d;
  border-radius: 20px;
}

.comment-list .comment-author {
  color: #ffffff;
}



.top-menu ul li a {
  color: #a1a0a4;
}