﻿:root {
  font-size: 10px;
}
#live-scores {
  font-size: 14px;
  color: black;
}
#live-scores .duel-name.badge {
  background-color: forestgreen;
  color: white;
}
#live-scores .caption {
  color: black;
  padding-left: 0;
  padding-right: 0;
  /*.score-separator {
            width: 7%;
        }

        .name-wrapper {
            display: inline-block;
        }*/
}
#live-scores .caption img.head {
  margin: 0 5px;
}
#live-scores .caption .player,
#live-scores .caption .score-separator {
  line-height: 100px;
  display: inline-block;
  text-align: center;
}
#live-scores .caption .player {
  padding-left: 10px;
  padding-right: 10px;
}
#live-scores table.table.scores td {
  width: 20%;
}
#live-scores table.table.scores td.score {
  font-size: 1.5rem;
}
#live-scores table.table.scores tr.existing-set td {
  border-top: 0;
}
#live-scores table.table.scores td.set-num {
  text-align: right;
}
#live-scores .court-panel {
  min-height: 200px;
  max-height: 450px;
  overflow: auto;
}
#live-scores .court-panel .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#live-scores .court-panel .panel-body {
  padding-right: 0;
  padding-left: 0;
}
#live-counter .serve {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 8px;
  color: yellow;
  background-color: black;
  border-radius: 50% 50% 50% 50%;
}
#live-counter .serve.hide {
  visibility: hidden;
}
#live-counter .clock {
  display: inline-block;
  width: auto;
}
#live-counter .clock:first-of-type {
  margin-right: 25px;
}
#live-counter .clock:last-of-type {
  margin-left: 25px;
}
#live-counter .colon {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  height: 100px;
  position: relative;
  top: -50px;
}
#live-counter .colon span {
  line-height: 100px;
}
#live-counter .counter-wrapper {
  text-align: center;
}
#live-counter .status {
  margin-top: -15px;
  color: #337ab7;
}
#live-counter #players {
  font-size: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}
#live-counter #players .avatar {
  height: 164px;
  display: inline-block;
  margin: 0 10px;
}
#live-counter .article-title {
  margin-bottom: 88px;
}
#live-counter #completedScore {
  font-size: 3em;
}
#live-counter #completedScore .match-status::after {
  content: ':';
}
#referees .idendity {
  display: inline-block;
  width: 60px;
  margin: 0 5px;
  text-align: center;
}
#referees .idendity img {
  width: 60px;
}
#referees .idendity .name {
  font-weight: bold;
}
#referees .idendity.chief img {
  padding: 3px;
  border: 2px solid #1ab394;
}
#referees .idendity.chief .name {
  color: #1ab394;
}
@media only screen and (max-width: 833px) {
  #live-counter .ibox-content.header {
    display: none;
  }
  #live-counter .status {
    margin-top: 0;
  }
  #live-counter #players {
    font-size: 20px;
  }
  #live-counter #players .name {
    display: none;
  }
  #live-counter #players .avatar {
    height: 120px;
    display: inline-block;
  }
  #live-counter .colon {
    font-size: 30px;
    display: block;
    height: auto;
    position: static;
    top: 0;
  }
  #live-counter .colon span {
    line-height: 1em;
  }
  #live-counter .article-title {
    margin: 20px 0;
  }
  #live-counter .clock {
    margin: 11px !important;
  }
  #live-counter #completedScore {
    font-size: 2em;
  }
  #live-counter #completedScore .match-status::after {
    content: '';
  }
  #live-counter #completedScore .match-status {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 537px) {
  #live-scores .caption .player,
  #live-scores .caption .score-separator {
    line-height: 33px;
    display: block;
  }
  #live-scores .caption .player:first-of-type {
    text-align: left;
  }
  #live-scores .caption .player:last-of-type {
    text-align: right;
  }
  #live-scores .caption img.head:first-of-type {
    margin-top: -1px;
    margin-right: 20px;
  }
  #live-scores .caption img.head:last-of-type {
    margin-top: -1px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 388px) {
  #live-counter #players .avatar {
    height: 100px;
  }
}