
* {
    font-family: "Trebuchet MS", sans-serif;
}

html, body {
    padding: 0px;
    margin: 0px;
    color: #464646;
    background-color: #ffffff;
}

.overlay {
    height: 40vh;
    background-color: #464646;
}

.stats {
    display: none;
    font-size: 11pt;
    padding-top: 20px;
    color: #999999;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    font-size: 20pt;
    position: absolute;
    color: white;
    margin-top: -40px;
    padding-left: 20px;
}

.now_playing {
    padding-top: 30px;
}

.logo, .now_playing, .current_dj, .stats div, .listeners {
    padding-left: 20px;
    padding-right: 20px;
}

.current_dj {
    color: #838383;
    padding-top: 5px;
}

.listeners {
    padding-top: 10px;
}

#djs_list, #djs_list_value {
    color: #888888;
}

#tandas_count, #djs_count {
    color: #cccccc;
}

#tanda_pos {
    color: #777777;
}

.now_playing, .current_dj, .listeners {
    font-size: 13pt;
    display: none;
}

.audiocontainer {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

#audio {
    float: right;
    width: 50px;
    margin-right: 20px;
    height: 30px;
}

.legend {
    padding-top: 1px;
    padding-right: 10px;
    font-size: 16pt;
    float: right;
}

.container, .stats, .audiocontainer {
    width: 100vw;
}

@media only screen and (min-width: 1000px) {

    * {
        font-family: din_condensedbold, sans-serif;
    }

    .container, .stats, .audiocontainer {
        width: 1000px;
    }

    .container {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        padding-left: 0px;
    }

    .logo {
        font-size: 30pt;
        position: absolute;
        color: white;
        margin-top: -60px;
    }

    .stats {
        width: 1000px;
        font-size: 15pt;
    }

    .audiocontainer {
        position: absolute;
        padding: 0px;
        margin-top: -40px;
    }

    .legend {
        color: orange;
    }

    #audio {
        width: 250px;
    }

    #now_plaing, .now_playing, .current_dj {
        font-size: 18pt;
    }

}







