/* Music Library & Player Copyright (c) 2016 James Moats - jhmoats@hotmail.com - www.thejamesmachine.com */
/* Version 1.0.6 - Released 04/30/2016 */

/* Override some Bootstrap styles */
body
{
	background-color: gray;
}
.playerrow
{
	background-color: black;
	padding-bottom: 10px;
}
.breadcrumb
{
	margin-bottom: 0px;
	color: #ccc;
}
.list-group-item.active a:link, .list-group-item.active a:active, .list-group-item.active a:visited, .list-group-item.active a:hover 
{
	color: white;
}
#playerCell
{
	/* Not needed if using the stock jwplayer skin */
	padding-top: 30px;
}
.container-fluid-noplayer
{
	margin-top: 80px;
}