.amplitude-play-pause.amplitude-paused  i:before { content: "\f04b"; } /* play */
.amplitude-play-pause.amplitude-playing i:before { content: "\f04c"; } /* pause */

.row {
    margin-bottom: 50px;
}

.album-art {
    margin: 35px auto 10px auto;
    border: 3px solid rgba(101, 101, 101, 0.2);
    width: 190px;
    height: 190px;
}

.song-list td {
    font-weight: 400;
}

.list-group a {
    display: block;
    text-decoration: none;
}

.list-group span.store {
    display: inline-block;
    width: 14px;
    height: 18px;
    background-image: url('./store-icons.png');
    background-size: 30px;
    margin-bottom: -7px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

span.amazon {
    background-position: 0 0;
}

span.google {
    background-position: 100% 0;
}

.list-group a:hover span.store {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.list-group a:hover i.fa-soundcloud { color: #ff7700; }
.list-group a:hover i.fa-apple { color: #aaa; }
.list-group a:hover i.fa-spotify { color: #81b71a; }
.list-group a:hover i.fa-download { color: #666; }

td strong {
    font-size: 16px;
}

div#small-player{
    width: 100%;
    margin: 40px auto;
    height: 75px;
    text-align: center;
}

/*
    Play Pause
*/
div.amplitude-play-pause {
    height: 23px;
    cursor: pointer;
    margin-top: 5px;
}

/*
    controls
*/

div.controls {
    display: inline;
    cursor: pointer;
}

div#small-player-middle-controls {
    display: block;
    margin: 5px 0px;
    font-size: 20px;
}

div.scrubber-bar {
    height: 20px;
}

/*
    Current song time
*/
.time {
    font-size: 12px;
    float: left;
    width: 7%;
    display: inline;
}

/*
    Song Time Visualization
*/

div#song-time-visualization {
    display: block;
    float: left;
    width: 86%;
    height: 5px;
    margin-top: 6px;
    margin-bottom: 10px;
    background-color: #333;
}

div#song-time-visualization div.amplitude-song-time-visualization-status {
    height: 5px;
}

/*
    Now Playing Information
*/
div#now-playing-title {
    font-size: 14px;
    line-height: 16px;
}
div.album-information {
    font-size: 14px;
}
