.audio_audio_cont {
	clear:both;
	overflow:hidden;
}
.audio-audio-play {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	background: rgb(251, 161, 62);
	text-align: center;
}
.audio-audio-pause {
	height: 30px;
	width: 30px;
	border-radius:50%;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	background: rgb(251, 161, 62);
	text-align:center;
}
.audio-audio-volume {
	width: 70px;
}
.audio-audio-vol > i {
	font-size: 27px;
	color: #000;
}
.audio-audio-vol input[type="range"] {
	display: inline;
	width: auto;
}
.audio_audio_cont span, .audio_audio_cont a {
	display: inline-block;
}
.audio_audio-end-time {
	float: right;
}
.audio-audio-cont {
	float: right;
	line-height: 60px;
}
a.audio-audio-download {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  color: #fff;
  background: rgb(34, 45, 50);
  text-align: center;
}