body, button {font-family: 'Roboto', sans-serif;}
.outer_player {width:640px;}
.playlist { overflow-x: hidden; }
.playlist_item { cursor: pointer; margin-left: 10px; margin-top: 2px; height: 20px; }
.playlist_item:hover { background-color: #EEEEEE; }
.playlist_item_selected { background-color: #DDDDDD;}
.playlist_name { overflow: hidden;}
.playlist_control { width: 640px; overflow: hidden;}
.song_info { overflow-x: hidden; height: 26px;  margin-left: 10px;}
.playlist_info { height: 45px; margin-top: 8px; margin-left: 10px; }
#player_stats_details { display: none; width: 596px; border: 1px solid black; padding: 10px; background-color: white; position: absolute; top: 30px; left: 30px; z-index: 10;}
.searchbar { display: inline; height: 1em; width: 640px;}
