<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.london-time,
.newYork-time,
.tokyo-time,
.moscow-time{
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 5px;
    margin-bottom: 5px;
}
.time-shadow{
    background: rgba(0,0,0,0.6);
}

#londonClock, #londonClock-s{background: url(../img/clock-images/london-deactivated.png);}
#newYorkClock, #newYorkClock-s{background: url(../img/clock-images/newyork-deactivated.png);}
#tokyoClock, #tokyoClock-s{background: url(../img/clock-images/tokyo-deactivated.png);}
#moscowClock, #moscowClock-s{background: url(../img/clock-images/moscow-deactivated.png);}

#londonClock, #newYorkClock,
#tokyoClock, #moscowClock, #londonClock-s, #newYorkClock-s,
#tokyoClock-s, #moscowClock-s{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 2px;
    padding: 0;
    list-style: none;
}

.sec, .min, .hour, .red_dot {
    position: absolute;
    width: 200px;
    height: 200px;
    font-size: 14px;
}

.sec {
    background: url(../img/clock-images/second.png);
    z-index: 3;
}

.min {
    background: url(../img/clock-images/minute.png);
    z-index: 2;
}
.hour {
    background: url(../img/clock-images/hour.png);
    z-index: 1;
}

.red_dot{
    background: url(../img/clock-images/center.png);
    z-index: 4;
}
.new-clock #banner-section .clocks-cover{
    width: 100% !important;
}
.new-clock #tokyoTime,.new-clock #londonTime, .new-clock #newYorkTime,.new-clock #moscowTime,.new-clock .timeZone,
.new-clock #tokyoTime-s,.new-clock #londonTime-s, .new-clock #newYorkTime-s,.new-clock #moscowTime-s,.new-clock .timeZone{
    color: #ffffff !important;
    font-size: 14px;
}
li.hour,li.min, li.sec {
    margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
    .clocks-cover {
        display: block;
    }
}
/*@media only screen and (max-width: 767px) {*/
    /*.clocks-cover {*/
        /*display: none;*/
    /*}*/
/*}*/
.timeZone{
    margin-top: 10px;
}








</pre></body></html>