.container.header-separator {
  background-color: #101012;
}

.top-menu ul li a {
  color: #a1a0a4;
}

#top_menu.menu {
  margin-right: 50px;
}

@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;
  }
}

.entry-content table th {
  background-color: #292929;
}