.UIClockSystem {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 30px;
        background: #cff1ff;
}
.UIClockSystem .clock {
        color: #0076b7;
        font-size: 13px;
        display: block;
        line-height: 30px;
        padding-left: 10px;
}
