.UIClockSystem {
        text-align: left;
        width: 100;
        height: 38px;
        overflow: hidden;
        text-transform: uppercase;
        text-wrap: nowrap;
        font-weight: bold;
        /**position: absolute;
        top: -48px;**/
        right: 70px;
}
.UIClockSystem .clock, .UIClockSystem .custom-clock {
       color: #838383;
    font-size: 15px;
    line-height: 38px;
    display: flex;
    height: 38px;
    font-weight: 400;
    text-transform: none;
}
.UIClockSystem_Default {
     /**   position: relative;**/
            position: absolute;
    bottom: 30px;
    left: 350px;
}
/**
.UIClockSystem_Default::after {
        content: " | ";
        position: absolute;
        top: -43px;
        right: 60px;
        color: white;
}**/
@media only screen and (max-width: 1023px) {
        .UIClockSystem_Default::after {
                display: none !important;
        }
        div.UIClockSystem {
                position: fixed !important;
                left: 0;
                padding: 0 !important;
                margin-top: 10px !important;
                width: 94px;
                top: 58px;
                display: none !important;
        }
}
