<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Created by Vyzhanov Andrey on 30.01.2015.
 */

.display-none{
    display: none;
}

.justify{
    text-align: justify;
}


.margin-top-12{
    margin-top: 12px;
}

.margin-top-24{
    margin-top: 24px;
}

.margin-top-48{
    margin-top: 48px;
}

.font-1_5{
    font-size: 1.5em;
}

.form-inline .form-control{
    max-width: 80px;
}

#Content{
    border-radius: 8px;
    background: #f2f2f2;
    padding: 12px;
}


button.player-button{
    width: 64px;
    height: 64px;
    border-radius: 8px;
    font-size: 2.4em;
    text-align: center;
    line-height: 0;
}

#StopButton&gt;span{
    margin-left: -2px;
}


timer{
    font-size: 14vw;
    margin: 0px;
}

.btn:focus {
    outline: none !important;
}

#ElapsedAlert{
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 100;
}


.countdown-timer{
    font-size: 2vw !important;
}

.new-year-countdown{
    font-size: 2vw;
}</pre></body></html>