/*
    All intellectual property rights in this Software throughout the world belong to UK Radioplayer, 
    rights in the Software are licensed (not sold) to subscriber stations, and subscriber stations 
    have no rights in, or to, the Software other than the right to use it in accordance with the 
    Terms and Conditions at www.radioplayer.co.uk/terms. You shall not produce any derivate works 
    based on whole or part of the Software, including the source code, for any other purpose other 
    than for usage associated with connecting to the UK Radioplayer Service in accordance with these 
    Terms and Conditions, and you shall not convey nor sublicense the Software, including the source 
    code, for any other purpose or to any third party, without the prior written consent of UK Radioplayer.

    Document   : playing.css
    Description: specific styling for the playing component
*/

#playing {
	display:none;
	overflow:hidden;	
}

#playing .overlay-item {
	background-color:#f9f9f9;
}

.overlay-item .current-track {
	background-color:#393939;
	color:#fff;
	font-size:0.85em;
	padding:1px 4px;
	text-transform:uppercase;
	display:inline;
}

.overlay-item .current-track-artist {
	font-weight:bold;
	padding-top:2px;
}






