table img {
  max-width: 100%;
  margin: auto !important;
}

th *,
td * {
  margin: auto;
}

th,
td {
  text-align: center;
}

table.comparator {
  font-family: sans-serif;
  width: 100%;
}

table.comparator tr,
table.comparator td {
  border: 0;
}

table.comparator tr.spacer {
  border: 0;
}

table.comparator tr.spacer td {
  padding: 0 !important;
}

table.comparator thead th {
  background: #0a508d;
  color: white;
}

table.comparator > tbody {
  cursor: pointer;
}

table.comparator td,
table.comparator th {
  text-align: left;
  padding: 0 20px;
}

table.comparator > tbody > tr > td:nth-child(1) {
  width: 25%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

table.comparator > tbody > tr > td:nth-child(2) {
  width: 50%;
}

table.comparator > tbody > tr > td:nth-child(3) {
  width: 25%;
}

table.comparator tr.footer td {
  background: #f6f7f7;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom: 0;
  box-shadow: 0 3px 3px #bbb;
  font-size: 10px;
  line-height: 10px;
  color: #7d8993;
  text-align: left;
  padding: 5px 10px;
}

table.comparator tr.head td {
  font-weight: bold;
  font-size: 25px;
}

table.comparator tr.head img {
  width: 140px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

table.comparator tr.head {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  box-shadow: 0 3px 3px #bbb;
}

table.comparator tr {
  border: 0;
}

table > thead > tr > th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

table > thead > tr > th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#tableCompare {
  margin: auto;
  display: block;
  border-bottom: 10px #9e9e9e solid;
}

ul.comparatorList {
  list-style: none;
  text-align: center;
}

ul.comparatorList li {
  display: inline-block;
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?9355252');
  src:
    url('../font/fontello.eot?9355252#iefix') format('embedded-opentype'),
    url('../font/fontello.woff?9355252') format('woff'),
    url('../font/fontello.ttf?9355252') format('truetype'),
    url('../font/fontello.svg?9355252#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.demo-icon.icon-star {
  color: #ffc107;
}

.demo-icon.icon-star-half {
  color: #ffc107;
}

.demo-icon.icon-star-half-alt {
  color: #ffc107;
}

.demo-icon.icon-star-empty {
  color: #ffc107;
}

.demo-icon.icon-check {
  color: #4caf50;
}

.demo-icon.icon-cancel {
  color: #f44336;
}

.demo-icon.icon-heart {
  color: #f44336;
}

.demo-icon.icon-heart-empty {
  color: #f44336;
}

.demo-icon.icon-info-circled {
  color: #3f51b5;
}

.demo-icon.icon-help-circled {
  color: #3f51b5;
}

#chooseIco {
  font-size: 30px;
}

#chooseIco li {
  display: inline-block;
  cursor: pointer;
}

.pmIco {
  font-size: 30px;
}

.pmFullStar {
  color: #ffd400;
}

.pmEmptyStar {
  color: #ffd400;
}

.pmValid {
  color: #0edc0e;
}

.pmCross {
  color: red;
}

.pmBigValid {
  color: #0edc0e;
}

.pmBigCross {
  color: red;
}

.pmHearth {
  color: red;
}

.bcBorder th,
.bcBorder td {
  border: 1px lightgray solid;
}

table th.bcLogo,
table td.bcLogo,
table tr.bcLogo td,
table tr.bcLogo th {
  width: 150px;
}

table th.bcLogo img,
table td.bcLogo img,
table tr.bcLogo td img,
table tr.bcLogo th img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

table.oddsTable thead th label {
  margin: 0;
  display: block;
}

table.oddsTable br {
  display: none;
}

@media screen and (min-width: 600px) {
  .large-only {
    display: table;
  }

  .small-only {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  table.oddsTable thead tr:first-child {
    height: 130px;
  }

  table.oddsTable thead th {
    vertical-align: bottom;
  }

  table.oddsTable thead img {
    height: 120px;
    width: 60px;
  }

  table.oddsTable thead tr th:first-child {
    vertical-align: inherit;
  }

  table.oddsTable tbody th::before {
    content: " ";
    width: 30px;
    height: 17px;
    display: inline-block;
    background-color: black;
    -webkit-mask-image: url(../svg/icn-horse-sm.svg);
    mask-image: url(../svg/icn-horse-sm.svg);
    margin-right: 5px;
  }

  table.oddsTable.football tbody th::before {
    -webkit-mask-image: url(../svg/icn-soccer.svg);
    mask-image: url(../svg/icn-soccer.svg);
  }

  table.oddsTable tr:first-child,
  table.oddsTable thead th {
    background: inherit;
    color: inherit;
  }

  table.oddsTable thead tr:first-child th:first-child {
    font-size: 18px;
    color: #0a1634;
  }

  table.oddsTable thead tr:first-child th:nth-child(even) {
    background: #f6f6f6;
  }

  table.oddsTable thead tr th label {
    text-align: center;
  }

  table.oddsTable thead tr th a {
    width: 100%;
    display: block;
  }

  table.oddsTable thead {
    border-bottom: 2px solid #055a4d;
  }

  table.oddsTable.football thead {
    border-bottom: 2px solid #0a1634;
  }

  table.oddsTable thead tr th a img {
    display: block;
  }

  body table.oddsTable tbody tr {
    border-bottom: 1px #e1e6e4 solid !important;
  }

  table.oddsTable tbody tr:nth-child(even) {
    background: #f6f6f6;
  }

  table.oddsTable tbody tr:nth-child(even) td {
    background: inherit;
  }

  table.oddsTable tbody tr td.odds {
    cursor: pointer;
  }
}

@media screen and (max-width: 600px) {
  table.stacktable {
    width: 100%;
  }

  .large-only {
    display: none;
  }

  .small-only {
    display: table;
  }

  table.tableVertical {
    border: 1px lightgray solid;
    border-radius: 5px;
  }

  table.tableVertical td,
  table.tableVertical th {
    width: 50%;
  }

  table.tableVertical td.st-key,
  table.tableVertical th.st-key {
    font-weight: bold;
    font-size: 14px;
    background: #eee;
  }

  table.tableVertical td.st-val {
    border-left: 1px lightgray solid;
  }

  table.stacktable tr {
    display: flex;
  }

  table.stacktable td,
  table.stacktable th {
    flex: 1;
  }

  table.stacktable tbody th > *,
  table.stacktable tbody td > * {
    color: #4c4a4a;
  }

  table.comparator thead {
    display: none;
  }

  table.comparator td,
  table.comparator th {
    display: block;
    width: 100%;
    padding: 0 10px;
  }

  table.comparator > tbody > tr > td:nth-child(1) {
    width: 50%;
  }

  table.comparator > tbody > tr > td:nth-child(2) {
    width: 50%;
  }

  table.comparator > tbody > tr > td:nth-child(3) {
    width: 100%;
    padding: 0 10px 20px 10px;
  }

  table.comparator > tbody > tr.head > td {
    display: inline-block;
  }

  table.comparator tr.head td {
    font-weight: bold;
    font-size: 14px;
  }

  table.comparator > tbody > tr.footer > td {
    width: 100%;
  }

  table.oddsTable td,
  table.oddsTable th {
    border: 0;
    padding: 10px;
    height: 80px;
  }

  table.oddsTable td:nth-child(even) {
    background: inherit;
  }

  table.oddsTable tr:first-child {
    border-left: 0;
    border-right: 0;
  }

  table.oddsTable tr {
    border-left: 2px solid #025245;
    border-right: 2px solid #025245;
  }

  table.oddsTable td.odds::after {
    text-transform: uppercase;
    background: #d80445;
    color: white;
    padding: 5px 10px;
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
    content: "See odds";
  }

  table.oddsTable tr td.st-key {
    width: 25%;
    flex: inherit;
    margin: auto;
  }

  table.oddsTable tr td.st-val {
    width: 55%;
    flex: inherit;
    font-size: 20px;
    vertical-align: middle;
    padding: 30px 0;
    font-weight: 600;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-left: 30px;
  }

  table.oddsTable tr td.st-key img {
    border-radius: 5px;
  }

  table.oddsTable tbody tr th.st-head-row.st-head-row-main,
  table.tableHorizontal tbody tr th.st-head-row.st-head-row-main {
    height: 80px;
    color: white;
    vertical-align: middle;
    font-size: 26px;
    padding-top: 20px;
    position: relative;
    background: #025245;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    z-index: 1;
  }

  table.oddsTable.football tbody tr th.st-head-row.st-head-row-main,
  table.tableHorizontal tbody tr th.st-head-row.st-head-row-main {
    background: #0a1634;
    border: 0;
  }

  table.oddsTable tbody tr th.st-head-row.st-head-row-main::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../svg/pattern.svg);
    mask-image: url(../svg/pattern.svg);
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  table.oddsTable tbody td:nth-child(even),
  table.oddsTable td:nth-child(odd) {
    background: inherit;
  }

  table.oddsTable tbody tr:nth-child(odd) {
    background: #f6f6f6;
  }

  table.oddsTable tbody tr:nth-child(even) {
    background: white;
  }

  table.oddsTable tbody tr:last-child,
  table.tableHorizontal tbody tr:last-child {
    border-bottom: #025245 solid 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  table.tableHorizontal tbody tr:last-child {
    border-bottom: #0a1634 solid 2px;
  }

  table.oddsTable th.st-head-row:not(.st-head-row-main)::before {
    content: " ";
    width: 40px;
    height: 18px;
    display: inline-block;
    background-color: white;
    -webkit-mask-image: url(../svg/icn-horse-lg.svg);
    mask-image: url(../svg/icn-horse-lg.svg);
    margin-top: 5px;
    margin-right: 5px;
  }

  table.oddsTable.football th.st-head-row:not(.st-head-row-main)::before {
    width: 30px;
    height: 16px;
    -webkit-mask-image: url(../svg/icn-soccer.svg);
    mask-image: url(../svg/icn-soccer.svg);
  }

  table.oddsTable th.st-head-row:not(.st-head-row-main) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background: black;
    color: white;
    border: 0;
    height: 50px;
    line-height: 30px;
    font-size: 20px;
  }

  table.oddsTable thead img {
    display: block;
  }

  td.st-key > * {
    display: block;
  }

  table.oddsTable label {
    display: none;
  }

  table.oddsTable img {
    transform-origin: top left;
    transform: rotate(-270deg) translateY(-80%) translateX(10%);
    white-space: nowrap;
    width: 50px;
    height: 100px;
    border-radius: 5px;
  }

  table.tableHorizontal tbody tr {
    border-left: 2px solid #0a1634;
    border-right: 2px solid #0a1634;
  }

  table.tableHorizontal tbody tr:first-child {
    border: 0;
  }

  table.tableHorizontal tbody tr th {
    border: 0;
    background: black;
    color: white;
  }

  :lang(en-US) table.oddsTable td.odds::after {
    content: "See Odds";
  }
}
