<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-size: .80rem; }
.TitleBlock { font-size: .80rem; }
.LN_Block { font-size: .75rem; }
.Poll_Title { font-size: .75rem; }
.Alarm_News { font-size: .75rem; }
.WEATER_Block{ font-size: .60rem; }
.CalHeader{ font-size: .70rem; }
.CalTitle{ font-size: .80rem; }
.CalNextPrev{ font-size: .70rem; }
.CalendarALL{ font-size: .70rem; }

/* Extra small &lt;575px */
@media only screen and (max-width: 575px) {
    .bottom_fone { font-size: 0.55rem; }
    .nav-link, .dropdown-menu { font-size: .76rem; text-transform: uppercase; }
    .Digital{ font-size: .75rem; }
    .clockFont{ font-size: .65rem; }
}

/* Small 576px - 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom_fone { font-size: 0.60rem; }
    .nav-link, .dropdown-menu { font-size: .78rem; text-transform: uppercase; }
    .Digital{ font-size: .80rem; }
    .clockFont{ font-size: .70rem; }
}

/* Medium 768px - 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom_fone { font-size: 0.65rem; }
    .nav-link, .dropdown-menu { font-size: .82rem; text-transform: uppercase; }
    .Digital{ font-size: .90rem; }
    .clockFont{ font-size: .80rem; }
}

/* Large 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bottom_fone { font-size: 0.70rem; }
    .nav-link, .dropdown-menu { font-size: .86rem; text-transform: uppercase; }
    .Digital{ font-size: .95rem; }
    .clockFont{ font-size: .85rem; }
}

/* Extra large small &gt; 1200px */
@media only screen and (min-width: 1200px)  {
    .bottom_fone { font-size: 0.75rem; }
    .nav-link, .dropdown-menu { font-size: .90rem; text-transform: uppercase; }
    .Digital{ font-size: 1.0rem; }
    .clockFont{ font-size: 0.90rem; }
}


/* Extra large small &gt; 1200px */
@media only screen and (min-width: 1200px) {
    .fixed-top {
        position: fixed;
        width: 1200px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1030;
    }
}</pre></body></html>