div.jp-audio{
	background: #2D80A0;
}
ul.jp-controls{
	padding:0;
	margin:0;
	
}
div.jp-interface ul.jp-controls li {
	display:inline;
	float: right;
}

div.jp-interface ul.jp-controls a {
	display: inline;
	float: right;
	font-size: 11px;
	line-height: 35px;
	color: #d3d3d3;
	width: 28px;
	text-align: center;
	-webkit-transition: all .25s ease;	
	   -moz-transition: all .25s ease;	
	    -ms-transition: all .25s ease;	
	     -o-transition: all .25s ease;	
	        transition: all .25s ease;	
}
div.jp-interface ul.jp-controls a:hover,
div.jp-interface ul.jp-controls a:focus {
 background-color: #353535;
 color:#fff;
}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
