:root{--signBackgroundColor: #393737;--siteBackgroundColor: #393737;--liveSignColWidth: 180px;--live-progressbar-color: #007cb0}.overview-page{max-width:1300px}.live-pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.live-pace .live-pace-progress{background:var(--live-progressbar-color);display:none;position:relative;top:0;left:0;width:50%;height:5px}.tt-header{color:#ed6a21}.gridLiveContainer{display:grid;width:100%;background-color:#000;height:var(--gridHeight);grid-template-columns:auto var(--liveSignColWidth);grid-template-rows:var(--gridCamsHeight) var(--gridCloudHeight) var(--gridCloudHeight);grid-template-areas:"image gridLiveSign" "image gridLiveSign" "image gridLiveSite";margin:0;padding:0;border:0}.gridLiveImageContainer{grid-area:image;display:grid;width:100%;background-color:#000;height:100%;grid-template-columns:auto auto;grid-template-rows:var(--gridCamsHeight) var(--gridCloudHeight) var(--gridCloudHeight);grid-template-areas:"overview overview" "overview overview" "overview overview";margin:0;padding:0;border:0}.gridLiveOverview{grid-area:overview;display:block}.gridLiveRight{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;overflow:hidden;background-color:var(--signBackgroundColor);border-left:8px solid white}.gridLiveSite{grid-area:gridLiveSite}.gridLiveSign{grid-area:gridLiveSign;border-bottom:10px solid white}.gridLiveImage img{width:100%;height:100%}.gridLiveSign img{flex-shrink:0;height:var(--gridCamsHeight);min-height:40%}.gridLiveContainer hr{width:90%;margin-left:auto;margin-right:auto}
