.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;
}

