h1 {
  text-align: center;
}

.container.header-separator {
  background-color: #121219;
}

.entry-content table th {
  background-color: #363636;
}

.button1 {
  font-weight: bold;
}

.button2 {
  font-weight: bold;
}

@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;
  }
}

.btn.btn-size-big.js-link {
  font-weight: bold;
}