#marketandstation1, #marketandstation2, #marketandstation3, #marketandstation4,#marketandstation5,#marketandstation6
{min-height:55vh; margin-top:24px;}

@media screen and (max-width:600px) {

    #marketandstation1, #marketandstation2, #marketandstation3, #marketandstation4,#marketandstation5,#marketandstation6
    {min-height:55vh; margin-top:24px; padding:16px;}

    #market,#station,#broadcast{
        color: white;
        background-color: #00008f;
        border: 1px solid #00008f;
        margin:4px;
    }

}

#marketandstation2, #marketandstation3, #marketandstation4,#marketandstation5,#marketandstation6
{
    display:none;
}

/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
    background-color: white !important;
    color: #00008f !important;
}
#market,#station,#broadcast{
    color: white;
    background-color: #00008f;
    border: 1px solid #00008f;
}

a#openModel {
    cursor: pointer;
}

a#openModel:hover {
    text-decoration: underline;
}
.tvb_member{
    padding: 20px !important;
    width: 120px;
}
#marketSelectBtn, 
#stationSelectBtn, 
#broadcastSelectBtn,
input.reset-btn {
    background-color: #5b9a8b !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 5px;
}
#marketSelectBtn:hover, 
#stationSelectBtn:hover, 
#broadcastSelectBtn:hover,
input.reset-btn:hover {
    background-color: #20365F !important;
    color: #ffffff !important;
}