.UIClockSystem {
        width: 100%;
        text-align: left;
        padding: 0 5px;
        /* background: #e9ecef; */
        height: 25px;
}
.UIClockSystem .clock {
        color: #0000FF;
        display: inline-block;
        /* font: italic 13px "Segoe UI",Tahoma,Verdana; */
        /* padding: 3px 0 0 5px; */
        font-size: 13px;
        line-height: 25px;
  		font-weight: bold;
}