body {
  background-color: #101114;
}

p, ul, ol, dl {
  color: #C5C9D4;
}

.sidebar {
  background-color: #191B20;
}
.sidebar .menu li a.active, .sidebar .menu li a:hover {
  background-color: #2C2F36;
}
.sidebar .auth .reg {
  background: #03F295;
}

.rightbar {
  background-color: #191B20;
}

.topbar {
  background-color: #191B20;
  border-bottom: 1px solid #191B20;
}
.topbar .offers .offer {
  background-color: #191B20;
}

.footer {
  background-color: #191B20;
}

.divider {
  background-color: #2C2F36;
}

table thead tr {
  background-color: #191B20;
}
table tbody tr:nth-child(2n) {
  background-color: #191B20;
}

.tabs .tab {
  background-color: #101114;
}
.tabs .tab button.active {
  background-color: #191B20;
}

.faq .faq-item h3 {
  background-color: #191B20;
}
.faq .faq-item .faq-item-content.show {
  background-color: #191B20;
}

.cards .card {
  background-color: #191B20;
}

.card-game {
  background-color: #191B20;
}
.card-game .items .item {
  background-color: #191B20;
}
.card-game .items .heading {
  color: #03F295;
}

.card-provider {
  background-color: #191B20;
}

.sitemap a:hover {
  background-color: #191B20;
}

.showcase .showcase-item {
  background-color: #191B20;
}

.reviews .item {
  background-color: #191B20;
}

.slides .slide-first p.button {
  background: #03F295;
}
