/* Custom edits by #!/nbin/bash back */

:root {
	--blue: #36576A;
	--red: #F15E66;
	--x-off: -20px;
	--y-off: 6px;
}

.barBackgroundTop { background: var(--blue); color: white;}
.ClockBarMiddle, .ClockBarTop { background: var(--blue) !important; color: white;}
.barBackgroundBottom { background: var(--red); } 
.BottomRow {  border-radius: 0; } 
.ClockBarTop { font-size: 1.4em; transform: translateX(-17px);transform: translateX(-23px) translateY(5px);z-index: 10;position: relative;} 
.ClockBarBottom { font-size: 1.7em; } 
.ClockBarTop.SlideDown.Show { max-height: 2em; } 
#sb .SlideDown { /*! background-color: #888; */ color: white;} 
.ClockBox { background: #0000; overflow: visible !important;} 
.TeamBox { top: 2%; left: min(10%, 115px); font-size: 1.8em; line-height: 100%; width: 23em; overflow: visible;} 
.TeamBox .JammerBox { width: min-content; padding-inline: 9px;} 
.TeamBox .Team {  border-right: none; } 
.TeamBox .Team1 .Indicator { border-radius: 0; } 
.TeamBox .Team2 .Indicator { border-radius: 0; } 
.AnimatedPanel.TopClock { top: 2%; right: min(10%, 115px); width: 10em; border-radius: 0px; } 
.OverlayPanel h1 { font-size: 1.8em; line-height: 2em; border-radius: 10px 10px 0 0; text-transform: uppercase; text-align: center; background: var(--blue); color: white; margin-bottom: 0; } 
.OverlayPanel h2 { font-size: 1.4em; line-height: 1.6em; border-radius: 0 0 10px 10px; text-transform: uppercase; text-align: center; background: var(--red); color: black; margin-top: 0; } 


.TeamBox .Team1 {
  transform: translateX(var(--x-off));
}

.TeamBox .Team1, .ClockBarTop, .ClockBarMiddle {
  transform: translateX(var(--x-off)) translateY(var(--y-off));
  z-index: 10;
  position: relative;
}
.TeamBox .Team2 > div:first-child, .TeamBox .Team2 > div:nth-child(2) , .ClockBarBottom {
  border-top: solid var(--y-off) var(--red);
}

.TeamBox .Team2 .Team, .TeamBox .Team1 .Team {
	border-radius: 0 !important;
}

.ClockBarMiddle.SlideDown.Show {
	padding: 3px;
	max-height: 4em;
	font-size: 1.05em;
}

.Jammer .Name {
	padding-top: var(--y-off);
}
.Jammer .Name:empty {
	padding-top: 0 !important;
}
