.now_playing { height: 300px; }
.now_playing img{ border-radius: 5px; }
#album_art { width: 200px; border-radius: 5px; }
.play-button, .stop-button { z-index: 99999; cursor: pointer; }
.play-button i, .stop-button i { padding-bottom: 10px; }
#player_container { width: 200px; height: 200px; position: absolute; z-index: 1; }
.song {min-height: 30px;}
.song div { white-space: nowrap; overflow: hidden; }
.text-overflow-ellipsis { text-overflow: ellipsis; }
.text-overflow-hidden { text-overflow: hidden; }
#ad_countdown_timer { display: none; background-color: black; width: 100%; height: 30px; padding-top: 5px; padding-bottom: 5px; text-align: center; font-size: 12px; color: white;}
#Preroll {width: 420px;height: 250px;position: absolute;bottom: 25px;left: 25px;z-index: 100;}