

#station_status {
    color: limegreen;
}

#radio_nav {
    width: 100%;
    margin-top: 235px;
    border-bottom: 2px solid #f90;
}
#radio_nav td {
    width: 25%;
}
#radio_nav button {
    width: 98%;
    padding: 5px 15px;
    border-bottom: 2px solid #f90;
}

#radio_display {
    padding: 10px 15px;
}


/* Station function, DJ Controls */
#media_player_container {
    background-color: #222;
    position: fixed;
    top: 88px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #f90;
    border-bottom: 2px solid #f90;
}

#now_playing_title {
    color: #f90;
    margin-top: 0;
}


