.UIClockSystem{
        padding: 10px;
        background: #f6f6f6;
        /* width: 1160px; */
        margin: auto;
        /* margin-bottom: 10px; */
        text-align: left;
        height: 40px;
        /* width: fit-content; */
}
.UIClockSystem .date,
.UIClockSystem .time {
     font-family: 'Roboto';
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
     text-align: left;
     color: #62749b;
}
@media only screen and (max-width: 1023px){
        div.UIClockSystem {
                width: 100%;
                margin-top: 0 !important;
        }
}
@media only screen and (max-width: 768px){
         div.UIClockSystem {
                 display: none;
        } 
}