img#small-player-album-art {
    background-color: #00ccdd;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.hidden-on-collapse {
    display: none;
}

div#top-header {
    background-color: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 370px;
    height: 40px;
    margin: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -50px;
}

div#top-large-album {
    width: 370px;
    height: 370px;
    margin: auto;
    margin-bottom: -45px;
    z-index: 0;
}

img#large-album-art {
    width: 370px;
    height: 370px;
    border-radius: 5px;
}

div#small-player {
    overflow: hidden;
    width: 370px;
    height: 45px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
    border-radius: 5px;
    margin: auto;
    z-index: 99999;
    position: relative;
}

div#small-player-left {
    height: 45px;
    width: 25px;
    float: left;
}

img#small-player-album-art {
    width: 45px;
    height: 45px;
    float: left;
}

div#small-player-middle {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 260px;
    height: 30px;
    float: left;
    cursor: pointer;
}

div#small-player-middle-top {
    width: 260px;
    float: left;
    height: 30px;
}

div#small-player-middle-meta {
    padding-top: 5px;
}

div#small-player-middle-controls {
    display: none;
    padding-top: 10px;
}

div#small-player-full-bottom {
    padding-top: 15px;
}

div#small-player-full-bottom-info {
    margin: auto;
    margin-top: -7px;
    width: 350px;
}

div.amplitude-play-pause {
    margin: auto;
    height: 23px;
    width: 20px;
    cursor: pointer;
}

div.amplitude-paused {
    background-image: url('./images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

div.amplitude-playing {
    background-image: url('./images/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

div.now-playing-title {   
    font-weight: 300;
    font-size: 0.7em;
    color: #676261;
    line-height: 14px;
}

div.location-information { 
    font-weight: 300;
    font-size: 0.5em;
    color: #bebebe;
}

@media (max-width: 400px) {
    
    div#small-player {
        width:100%;
        border-radius: 0;
    }
    
    div#small-player-middle {
        width: auto;
    }
    div#small-player-middle-top{
        width: 100%;
    }
}