
	div.jukebox {
		display: flex;
		flex-wrap: wrap;
	}

div.jukeboxsingle {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

div.jukeboxsingle div.jukebox_card {
	flex: 1;
	display: flex;
	width: 90%;
	flex-basis: 90%;
}

div.jukebox_card {
	display:flex;
}

@media(min-width:600px) {
	div.jukebox_card {
	border: 1px #ccc solid;
	flex-basis: 33%;
	height: 8em;
	overflow: hidden;
	}
}

@media(min-width:500px) {
	div.jukebox_card {
	border: 1px #ccc solid;
	flex-basis: 50%;
	height: 8em;
	overflow: hidden;
	}
}

div.playlist_buttons, div.votebuttons {
	flex-basis: 25%;
}

div.songinfo {
	flex-basis: 50%;
}

div.buttonbar a {
	margin-right: 1em;	
}

span.titlestrong {
	font-weight: bold;
	font-size: 16pt;
}

span.artist {
	font-size: 14pt;
}

a.current {
	background-color: orange !important;
}

div.buttonbar {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

a.navbutton {
	margin-bottom: 1em;
}

a.artistbutton {
	margin: 0.5em;
}

div.currentlyplaying {
	background-color: lightyellow;
}
