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