.mainDiv {
    font-family: MyriadProBold;
    width: 100%;
    height: 415px;
    display: block;
}

.mainDivBC {
    background: url("/.resources/theme-v2/design/images/ScoreboardBC.png") no-repeat;
}

.mainDivD {
    background: url("/.resources/theme-v2/design/images/ScoreboardD.png") no-repeat;
}

#moscowTime {
    position: relative;
    left: 1060px;
    top: 30px;
    color: white;
    font-size: 50px;
}
.time-box {
    position: relative;
    top: 202px;
    font-size: 70px;
    left: 819px;
    font-weight: 600;
}
#time-box-hour {
    background: url("/.resources/theme-v2/design/images/ScoreboardHour.png") no-repeat;
    height: 104px;
    width: 408px;
    display: none;
}
#time-box-min {
    background: url("/.resources/theme-v2/design/images/ScoreboardMin.png") no-repeat;
    height: 104px;
    width: 408px;
    display: none;
}
#time-box-hour-value, #time-box-min-value {
    position: relative;
    left: 25px;
    top: 17px;
}
#time-box-hour-min-value {
    position: relative;
    left: 117px;
    top: 17px;
}
.time-box-hour10 {
    left: -3px!important;
}

.time-box-hour-min10 {
    left: 80px!important;
}