.custom-audio-player {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download-audio-button a {
	color: #fff;
}
.custom-audio-player{
	background: #222;
}
.download-audio-button {
	padding-right: 15px;
}
.customaudioplayer .mejs-container .mejs-button.mejs-playpause-button {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.customaudioplayer .mejs-container .mejs-button button {
    z-index: 999999 !important;
    width: 27px;
    height: 27px;
}
