.otdvPlayer table {
  visibility: visible !important;
}
.otdvPlayer table,
.otdvPlayer tr,
.otdvPlayer td,
.otdvPlayer th {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.otdvPlayer table {
  width: 100%;
}
.otdvPlayer table th,
.otdvPlayer table td {
  position: relative;
}
.otdvPlayer table th.sort-header {
  cursor: pointer;
}
.otdvPlayer table .arrow {
  text-align: center;
}
.otdvPlayer table .arrow.up:before {
  content: "\25B2";
  color: #89CA5D;
}
.otdvPlayer table .arrow.constant:before {
  content: "\25A0";
}
.otdvPlayer table .arrow.down:before {
  content: "\25BC";
  color: #BD3738;
}
.otdvPlayer table th.sort-header:after {
  content: '';
  float: right;
  margin-top: 5px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #fff transparent;
  visibility: hidden;
}
.otdvPlayer table th.sort-header:hover:after {
  visibility: visible;
}
.otdvPlayer table th.sort-up:after,
.otdvPlayer table th.sort-down:after,
.otdvPlayer table th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.4;
}
.otdvPlayer table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0;
}
.otdvPlayer .tableWrapper {
  overflow-x: auto;
  width: inherit;
  /*	margin-bottom: 50px; */
}
.otdvPlayer table {
  border-collapse: collapse;
  font: 10px Arial;
  position: relative;
  border: 1px solid #e8ebf4;
}
.otdvPlayer table caption {
  font-size: 22px;
  color: #363638;
  padding: 10px 18px;
  text-align: left;
  background: #dcdfe4;
}
@media only screen and (min-width: 288px) and (max-width: 767px) {
  .otdvPlayer table caption {
    font-size: 16px;
  }
}
.otdvPlayer table thead tr {
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  background: -moz-linear-gradient(top, #2d2d2d 0%, #414244 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #414244));
  background: -webkit-linear-gradient(top, #2d2d2d 0%, #414244 100%);
  background: -o-linear-gradient(top, #2d2d2d 0%, #414244 100%);
  background: -ms-linear-gradient(top, #2d2d2d 0%, #414244 100%);
  background: linear-gradient(to bottom, #2d2d2d 0%, #414244 100%);
}
.otdvPlayer table thead th {
  padding: 9px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.otdvPlayer table tbody td {
  border: 1px solid #e8ebf4;
  font-size: 14px;
  color: #4c5563;
  padding: 7px;
  text-align: center;
  vertical-align: top;
}
@media only screen and (min-width: 288px) and (max-width: 767px) {
  .otdvPlayer table tbody td {
    font-size: 12px;
  }
}
.otdvPlayer table tbody tr:nth-of-type(1) td {
  border-top-color: #414244;
}
.otdvPlayer table tbody tr:hover,
.otdvPlayer table tfoot tr:hover {
  background: #F2F2F4;
}
.otdvPlayer table .teamAndScorers li:first-child,
.otdvPlayer table .score li:first-child {
  display: block;
}
.otdvPlayer table .teamAndScorers li:first-child:after,
.otdvPlayer table .score li:first-child:after {
  content: "";
}
.otdvPlayer table .teamAndScorers li,
.otdvPlayer table .score li {
  font-size: 11px;
  display: inline;
  color: #838c9b;
}
.otdvPlayer table .teamAndScorers li:after,
.otdvPlayer table .score li:after {
  content: ",";
}
.otdvPlayer table .teamAndScorers li:last-of-type:after,
.otdvPlayer table .score li:last-of-type:after {
  content: "";
}
.otdvPlayer table .score {
  max-width: 65px;
}
.otdvPlayer table .score li:first-child {
  color: #266199;
  font-weight: bold;
  font-size: 20px;
}
.otdvPlayer table .teamAndScorers {
  max-width: 170px;
}
.otdvPlayer table .teamAndScorers li:first-child {
  color: #4c5563;
  font-size: 14px;
}
.otdvPlayer table .matchDate li {
  display: inline;
}
.otdvPlayer table .matchDate li:nth-of-type(2) {
  color: #838c9b;
}
.otdvPlayer table .matchDate li:nth-of-type(2):before {
  margin: 0 5px;
  content: "|";
}
.otdvPlayer table .postponed td {
  text-decoration: line-through;
  opacity: 0.6;
}
.otdvPlayer table .postponed td.score {
  text-decoration: none;
  font-size: 11px;
}
.otdvPlayer table tbody tr.promotion.up {
  background: #b3f077;
}
.otdvPlayer table tbody tr.promotion.up:hover {
  background: #c8f49c;
}
.otdvPlayer table tbody tr.promotion.up:hover td {
  border-left-color: #bbf285;
  border-right-color: #bbf285;
}
.otdvPlayer table tbody tr.promotion.up td {
  border-left-color: #a9e66d;
  border-right-color: #a9e66d;
}
.otdvPlayer table tbody tr.promotion.down {
  background: #fb9a87;
}
.otdvPlayer table tbody tr.promotion.down:hover {
  background: #fb8e78;
}
.otdvPlayer table tbody tr.promotion.down:hover td {
  border-left-color: #fb8e78;
  border-right-color: #fb8e78;
}
.otdvPlayer table tbody tr.promotion.down td {
  border-left-color: #f29381;
  border-right-color: #f29381;
}
.otdvPlayer .tablesMenu {
  font: 10px Arial;
  margin: 10px 0;
}
.otdvPlayer .tablesMenu .tableLink {
  text-decoration: none;
  border: 1px solid #C1C5CE;
  font-size: 12px;
  color: #676D7B;
  padding: 6px 9px;
  float: left;
  margin: 0 5px 10px 0;
}
.otdvPlayer .tablesMenu .tableLink:hover {
  background: #F2F2F4;
}
.otdvPlayer .tablesMenu .tableLink.active:hover {
  background: #DCDFE4;
}
.otdvPlayer .tablesMenu .active {
  background: #DCDFE4;
  color: #363638;
  border: 1px solid #DCDFE4;
}
.otdvPlayer .hiddenTable {
  display: none;
}
.otdvPlayer .tab {
  font: 11px Arial, sans-serif;
  color: #363638;
  float: left;
  padding: 5px 10px;
  border: 1px solid #DCDFE4;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
.otdvPlayer .tab:first-child {
  margin-left: 0px;
}
.otdvPlayer .tab.active {
  background-color: #DCDFE4;
}
.otdvPlayer .complex table {
  margin-bottom: 30px;
}
.otdvPlayer .clearfix {
  zoom: 1;
}
.otdvPlayer .clearfix:before,
.otdvPlayer .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.otdvPlayer .clearfix:after {
  clear: both;
}
.mobile .otdvPlayer table {
  border-top: none;
}
@media only screen and (min-width: 288px) and (max-width: 767px) {
  .mobile .otdvPlayer .collapse .excludeMobile,
  .mobile .otdvPlayer .collapse .allScores,
  .mobile .otdvPlayer .collapse .emptyColumn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile .otdvPlayer .collapse .excludeMobile:last-child {
    display: none;
  }
}
