﻿
.queuetable {
    /* 
    display: block;
    max-height: 200px;
    overflow: auto;
        */
}


.zlower {
    z-index: 100;
}

.body {

}

.floatleft {
    float: left;
}

.navbar-login {
    color: white;
    padding-top : 15px;
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    min-height: 500px;
    height: 100%;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 100%;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    background: black;
    color: #fff;
}

.fixed_header th, .fixed_header td {
    padding: 5px;
    text-align: left;
    width: 200px;
}

button.clicked {
    background-color: #DDD;
}
button.clicked span {
    color: #000;
}

.songDetail {
    display:none;
}