@charset "UTF-8";
/* CSS Document */

#audiowrapper {
	height: 50px;
	width: 325;
	display: inline-block;
}
#controls {
	width: 50px;
	float: left;
	height: 50px;
}
#progress {
	margin-left: 60px;
	margin-top: 5px;
	/*border: 1px solid black;*/
	cursor: pointer;
	background-color: #688947;
	max-height: 30px;
	max-width: 275px;
	border-radius: 10px;
	background-position: left bottom;
}
#bar {
	height: 40px;
	background-image: url(http://theihs.org/wp-content/uploads/2018/05/playbar.png);
	margin-top: 0px !important;
	background-size: 100% 100%;
	background-position: 0 0 !important;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0px !important;
	width: 275px;
	vertical-align: middle;
}
#play {
	width: 50px;
	height: 50px;
	background-image: url(http://theihs.org/wp-content/uploads/2018/05/play.png);
	display: none;
	background-size: cover;
	border: none;
}
#pause {
	width: 50px;
	height: 50px;
	background-image: url(http://theihs.org/wp-content/uploads/2018/05/pause.png);
	display: none;
	background-size: cover;
	border: none;
}
