.entry-text audio {
	display:none;
}
.mejs-container .mejs-controls {
	height:24px;
	overflow:hidden;
}
.mejs-container .mejs-controls div {
	height:24px;
	font-size: 9px;
	font-family: inherit;
}
.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
	height:8px;
}
.mejs-container .mejs-controls .mejs-time {
	padding-top: 6px;
}
.mejs-controls div.mejs-time-rail {
	padding-top:0;
	width: 0px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 8px 5px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 8px;
}
.mejs-controls .mejs-button button {
	margin: 4px 5px;
}
.mejs-controls a.mejs-horizontal-volume-slider {
	width: 40px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 30px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#5a5a5a;
	background:rgba(90, 90, 90, 0.8);
	background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(90, 90, 90, 0.8)),to(rgba(145, 145, 145, 0.8)));
	background:-webkit-linear-gradient(top,rgba(90, 90, 90, 0.8),rgba(145, 145, 145, 0.8));
	background:-moz-linear-gradient(top,rgba(90, 90, 90, 0.8),rgba(145, 145, 145, 0.8));
	background:-o-linear-gradient(top,rgba(90, 90, 90, 0.8),rgba(145, 145, 145, 0.8));
	background:-ms-linear-gradient(top,rgba(90, 90, 90, 0.8),rgba(145, 145, 145, 0.8));
	background:linear-gradient(rgba(90, 90, 90, 0.8),rgba(145, 145, 145, 0.8));
	width: 0;
}

/* Playlist */
.mejs-list {
	margin:12px 0;
}
.mejs-list li {
	border-bottom:1px solid #432e12;
	position: relative;
	padding:0px 0 3px 0;
}
.play-link .fa:before {
	font-size:18px;
}
.additional-links {
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	right:0;
	top:3px;
	font-weight: bold;
	letter-spacing:0.05em;
}
.additional-links span {
	display:inline-block;
	margin-left:2px;
}
.play-link {
	padding:2px 0 0 22px;
	display:inline-block;
}
.play-link span {
	position: absolute;
	top:3px;
	left:0;
}
.current .play-link {
	font-weight:400;
	color:#000;
}