div.nowPlaying180 {
	border: 1px solid #f4f4f4;
}

div.bottomBar {
	padding: 15px;
}

a.bottomBar {
	background: #cbd93e;
	color: #000;
	font-size: 120%;
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
}
a.bottomBar:hover {
	text-decoration: none;
	opacity: 0.8;
}