/*====================================Блоки табло===========================================*/
.scoreboard {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.scoreboard > * {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  height: 50px;
}

.scoreboard > *:first-child {
  border-left: 1px solid white;
}

.team-detail {
  padding: 0em 0.5em;
}

.blockTeam1, .blockTeam2 {
  display: flex;
  flex-direction: row;
}

.block{
  width: 370px;
}

.teamNameAndRanking {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  white-space: nowrap;
  margin-top: 3px;
  font-size: 1.5em;
}

.teamThisGame {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 220px;
  opacity: 0.9;
}

.teamRanking {
  font-family: "IntegralCF-Medium";
  font-size: 16px;
}

.teamTimeout {
  font-size: 1.8em;
  margin-left: 70px;
  margin-top: -12px;
}

.balanceStyle {
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: -2px;
  margin-top: -3px;
  font-family: "IntegralCF-Medium";
}

/* ----------------------------------------------------------------------------------- */
.timer-container > * {
  padding: 0 1em;
}

/* ----------------------------------------------------------------------------------- */
#downandyard {
  width: 200px;
}

.yflag {
  align-items: center;
  width: 200px;
  height: 50px;
}

#yflagtext {
  margin-top: -6px;
}

/*======================Кнопки Таймаутов=========================*/
.paddingTimeout {
  padding: 5px 1px;
}

/*======================Кнопки таймеров=========================*/
.timerButton {
  flex-wrap: wrap;
}

.timerButton > button {
  width: 40%;
  font-size: 18px;
  margin: 2px;
  white-space: nowrap;
}

/*======================Кнопки владения=========================*/
.buttonStyle > * {
  height: 50px;
  width: 20%;
  min-width: 100px;
  font-size: 18px;
  margin: 2px;
}

.column {
  display: flex;
  flex-direction: column;
}

.visibilityButton input {
  width: 25px;
}

.paddingVis {
  padding: 10px;
}