.audio-player {
  background: white;
}

.audio-player .player-controls {
	position: relative;
  height: 25px;
}
.audio-player .player-controls progress {
  width: 100%;
  height: 25px;
	opacity:0;
}
.audio-player .player-controls progress[value] {
  height: 25px;
}

.play-btn-td, .pause-btn-td{
  width: 25px;
  padding-left: 0px !important;
}

.audio_title{
	text-align: center;
	color:#000;
	margin-bottom: 5px;
}

.time-td{
	vertical-align: middle;
  width: 25px;
}

.audio-player .play-btn {
  background-image: url("images/play.png");
  background-size: 14px 19px;
  width: 25px;
  height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.audio-player .pause-btn {
  background-image: url("images/pause.png");
  background-size: 14px 19px;
  width: 25px;
  height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.audio-player .play-btn.active, .audio-player .pause-btn.active{
	opacity:0.5;
}

.audio-player table{
	width:100%;
}

.audio-player td+td{
	padding-left: 10px;
}

.pbg{
	position: absolute;
	top:0%;
	bottom:0%;
	margin: auto;
	left:0%;
	height:2px;
	width:100%;
	background-color: #000000;
	pointer-events:none;
}

.pbar{
	position: absolute;
	top:0%;
	bottom:0%;
	margin: auto;
	left:0%;
	height:25px;
	width:5px;
	background-color: #000000;
	pointer-events:none;
}