.UIClockSystem{
        z-index: 1002;
        flex: 1;
        position: absolute;
        right: 0;
        height: 45px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}
.UIClockSystem .time {
        margin-left: 5px;
}
.UIClockSystem .clock,.UIClockSystem .time {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        display: inline-block;
        color: #EEF2F8;
        /* transform: translateX(-50%); */
        /* display: table-cell; */
        /* vertical-align: middle; */
        /* height: 100%; */
}
@media only screen and (min-width: 796px) and (max-width: 1199px){
        .UIClockSystem .time{
                display: none;
        }
        .UIClockSystem {
                left: 100%;
                display: none;
        }
        .UIClockSystem .clock, .UIClockSystem .time{
        }
}
@media only screen and (max-width: 768px){
        div.UIClockSystem {
                display: none;
        }
}
