.UIClockSystem {
        position: relative;
        top: 30px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 33px;
}
.UIClockSystem .clock {
        color: #690202;
        position: absolute;
        left: 0;
        top: -26px;
        color: #e5080f;
        font-size: 14px;
        font-weight: bold;
}
