.UIClockSystem {
        margin-bottom: 5px;
      /*  background: #f0f6fc;
        border-bottom: 1px solid #deeeee; */
}
.UIClockSystem .clock {
          color: #1058b0;
    padding: 5px;
    width: 1350px;
    margin: auto;
    display: block;
    font-size: 13px;
    line-height: 30px;
    min-height: 30px;
    max-width: 100%;
    background-color: #f0f6fc;
}
@media only screen and (max-width: 768px){
        div.UIClockSystem .clock {
                width: 100%;
        }
        div.UIClockSystem{
                margin-bottom: 5px !important;
        }
}
