
body {
    padding: 0;
    margin: 0;
    background-color: #222;
    color: White;
    font-family: "Helvetica", "Trebuchet MS", Arial;
}

.container {
    max-width:600px;
    padding:10px 10px;
    margin:0px auto;
}
h1 {
    text-align:center;
}
.playnext {
    float:right;
    padding:0px;
    display:block;
    color: #75ef56;
    text-decoration: none;
    width:70px;
    height:60px;
    font-size: 22px;
    text-align: center;
    padding-top:10px;
    background-color: #334;
    margin-left:5px;
    border-radius:0px;
}
.queueAbove1 .playnext {
    font-size: 20px;
}
.playnextwording:after {
    content:"Play Next";
}
.queueAbove1 .playnextwording:after {
    content:"Add to Queue";
}
.playedTracks .track {
    height:0px;
    border-bottom-width:0px;
    opacity:0.5;
}
.playedTracks .played.track {
    height:70px;
    border-bottom-width:1px;
}
.trackBottom .playnext {
    position:absolute;
    right:0px;
    bottom:0px;
}
.track {
    position:relative;
    color: white;
    display: block;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    background-position: 5px 5px;
    background-size: auto 60px;
    background-repeat:no-repeat;
    padding-left: 80px;
    border-bottom: 1px solid #666;
    font-size:20px;
    clear:both;
    height:70px;
    overflow:hidden;
    transition-property:height, border-bottom-width;
    transition-duration:1s;
}
.track.trackBottom, .trackBottom .track {
    background-position:left 5px bottom 5px;
}
.trackTime {
    float: right;
    width: 70px;
    height: 45px;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}
.trackBottom .trackTime {
    position:absolute;
    bottom:0px;
    right:0px;
}
.track .name {
    padding-top:14px;
    display:block;
    color:#eee;
    font-size:22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.trackBottom .name {
    position:absolute;
    bottom:31px;
    right:70px;
    left:80px;
}
.track .artist {
    display:block;
    color:#ccc;
    font-size:16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.trackBottom .artist {
    position:absolute;
    bottom:13px;
    right:70px;
    left:80px;
    
}
#empty {
    font-weight:bold;
    font-size:30px;
    text-align:center;
    padding:20px 0px;
    height:30px;
    background-color:#444;
    transition-property:height,padding;
    transition-duration:1s;
    overflow:hidden;
}
#currentSong .track {
    background-color:#446;
}
#currentSong {
    width:100%;
    max-width:600px;
    top:0px;
    z-index:5;
    min-height:71px;
    max-height:71px;
    overflow:hidden;
    background-color:#222;
}
#currentQueue {
    background-color:#222;
    width:100%;
    max-width:600px;
    top:71px;
    max-height:177px;
    overflow:auto;
    border-bottom:1px solid #666;
    z-index:5;
    user-select:none;
}
#currentQueue .track {
    background-color:#223;
}
#currentQueue .track:last-child {
    border-bottom:0px !important;
}
h2 {
    color:#8F3;
}
.login {
    display:block;
    color:White;
    text-decoration:none;
    font-size:22px;
    font-weight:bold;
    background-color:#444;
    border-radius:10px;
    padding:30px;
    text-align:center;
}
.playlistSelection {
    padding:20px;
    background-color:#334;
    line-height:1.5em;
    border-radius:20px;
    font-size:28px;
}
a {
    color:White;
    font-weight:bold;
    text-decoration:none;
    background-color:#334;
    display:block;
    border-radius:20px;
    padding:20px;
    font-size:24px;
}
.playlistSelectionPage a {
    margin:1px;
    padding:8px 10px;
    font-size:16px;
    border-radius:4px;
}
