.UIClockSystem {
        /* padding: 5px; */
        /* background: #d1d1d1; */
        /* border-bottom: 1px solid #deeeee; */
        /* margin: auto; */
        /* border-top: 2px solid #205291; */
        height: 34px;
        padding: 0 45px 0 0;
}
.UIClockSystem .clock {
        color: #000000;
        padding: 0;
        margin: auto;
        display: block;
        font-size: 13px;
        /* max-width: 100%; */
        line-height: 31px;
        text-align: right;
}
@media only screen and (max-width: 768px){
        div.UIClockSystem .clock {
                width: 100%;
        }
        div.UIClockSystem{
                margin-bottom: 5px !important;
        }
        div.UIClockSystem  {
                width: 100vw !important;
        }
}
