html {
  --theme-color: #2960c0;
  --theme-color-link: #0e7bf7;
  --theme-color-dark: #00278e;
  --theme-color-accent: #008a63;
  --theme-color-green: #008a63;
  --theme-color-red: #d9534f;
}
.switcher-wrap {
  width: 100%;
  position: relative;
}
.switcher-wrap .container {
  padding: 0px;
}
.switcher-wrap td:not(.active) {
  background: #2960c0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.switcher-wrap .switcher {
  margin-bottom: -1px;
}
.switcher-wrap .switcher table {
  width: 100%;
}
.switcher-wrap .switcher table td {
  vertical-align: middle;
  padding: 10px 12px 5px 12px;
}
@media (max-width: 767px) {
  .switcher-wrap .switcher table td:first-child {
    border-left: none !important;
  }
}
.switcher-wrap .switcher table td:hover {
  opacity: 1 !important;
}
.switcher-wrap .switcher table td.active {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.switcher-wrap .switcher table td.active a {
  color: #333333;
  text-shadow: 0px 0px 20px white;
}
.switcher-wrap .switcher table td:not(.active) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.switcher-wrap .switcher table td a {
  display: inline-block;
  /*width: 90px;*/
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
  color: white;
  font-family: 'Gotham Medium';
  font-size: 12px;
  text-shadow: 1px 1px 2px rgba(45, 45, 45, 0.5);
}
.switcher-wrap .switcher table td i {
  display: inline-block;
  color: white;
  font-size: 12px;
  vertical-align: top;
  margin-left: 7.5px;
}
.fd-icon:hover {
  color: #1493ff;
  /*background-image: url(/assets/images/switcher/switcher-fantasydata-hover.png);*/

}
.bd-icon:hover {
  color: #0ace18;
  /*background-image: url(/assets/images/switcher/switcher-bettingdata-hover.png);*/

}
