div.player div.player-control-wrapper
{
    background-color: #FFF;
	/*border: 2px solid #FFFFFF;*/
	border-radius: 2px 2px 2px 2px;
	width: 100%;
    height: 100%;
	background-image: url("no-waveform.png");
	/*background-repeat: no-repeat;*/
	background-size: 100%;
	cursor: text;
}

div.player div.progress-bar
{
	width: 0;
	height: 100%;
	background: #FFF;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

div.player div.time-box
{
	width: 100%;
	height: 15px;
	text-align: right;
	padding-right: 10px;
	color: #000;
	position: relative;
	top: -15px;
	left: 0;
	font-size: 12px;
}

a.play {
    text-decoration: none;
}

a.playable i.fa-pause-circle {
    display: none;
}

a.sm2_playing i.fa-pause-circle {
    display: block;
}

a.playable i.fa-play-circle {
    display: block;
}

a.sm2_playing i.fa-play-circle {
    display: none;
}

div.player {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
