BODY {
    font-family: sans-serif;
    background-color: #181818;
    padding: 0;
    margin: 0;
    color: rgb(204, 204, 204);
}
.hidden {
    display: none;
}
div.trax {
    margin-left: 27px;
    margin-bottom: 20px;
}
ul.artistLabelC {
    padding: 0;
    margin: 0;
    cursor: pointer;
}
li.artistLabel {
    font-weight: bold;
}
li.artistLabel:before {
    content: "▸";
    margin-right: 1em;
}
li.artistLabel.active:before {
    content: "▾";
}

#dayButtons {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 8px;
}
#dayButtons > button {
    border: 1px;
    background: #571616;
    background-image: -webkit-linear-gradient(top, #571616, #b82b2b);
    background-image: -moz-linear-gradient(top, #571616, #b82b2b);
    background-image: -ms-linear-gradient(top, #571616, #b82b2b);
    background-image: -o-linear-gradient(top, #571616, #b82b2b);
    background-image: linear-gradient(to bottom, #571616, #b82b2b);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}
#dayButtons > button.todayday {
    background: #fc3c3c;
    background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
    background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
    text-decoration: none;
}
#dayButtons > button:hover {
    background: #fc3c3c;
    background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
    background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
    background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
    text-decoration: none;
    color: #FF8888;
    -webkit-box-shadow:0px 0px 9px 1px rgba(255,51,51,0.9);
    -moz-box-shadow: 0px 0px 9px 1px rgba(255,51,51,0.9);
    box-shadow: 0px 0px 9px 1px rgba(255,51,51,0.9);
}


#console {
    margin-top: 6px;
    margin-bottom: 6px;
}
#console > input {
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #c8c7c7;
    color: #000000;
    border-style: solid;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 1px 1px 2px rgba(66,66,66,.333);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
    #console > input {
        font-size: 16px;
    }
}
#dayButtons > button.daybutton {
    margin-bottom: 6px;
}
