/* Override some Bootstrap styles */
body
{
	background-color: gray;
}
.playerrow
{
	background-color: black;
	padding-bottom: 10px;
}
.breadcrumb
{
	margin-bottom: 0px;
	color: #555;
}
a .breadcrumb {
	color: #337ab7;
	text-decoration: none;
}
.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;
}
.panel-group .panel{
	border-radius: 0px;
	margin-bottom: -6px;
}
.panel:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.panel:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* Override some JWPlayer styles */
#playerCell
{
	/* Not needed if using the stock jwplayer skin */
	padding-top: 30px;
}
.jwplayer
{
	width: 100% !important;
}
/* Music Library & Player styles */
.container-fluid-noplayer
{
	margin-top: 80px;
}
.setup-title-bar
{
	background-color: black;
	color: white;
	text-align: center;
}
.well hr {
	border: 1px solid gray;
}