
#audioElement {margin: 20px; margin-top: 0px; padding: 2px; display: block; background-color: #F8F8F8; box-shadow: 0px 4px 13px 4px rgba(0,0,0,0.25);}
#audioElementonG {margin: 20px; margin-top: 20px; padding-bottom: 30px; display: block;
	
}

.mejs__container { width: 100%; }
.mejs__mediaelement { background-color: #F8F8F8;}
.mejs__controls { width: 100%; }
.mejs__time.mejs__currenttime-container { right: calc(25% + 20px); position: absolute; margin-left: 0px;}
.mejs__time-rail { width: calc(75% - 190px); position: absolute; margin-left: 100px; }
	
.mejs__play>button, .mejs__pause>button, .mejs__replay>button { 
	width: 82px; 
	height: 82px; 
	background-color: #F8F8F8; 
	border-radius: 80px; 
	margin-top: -19px; 
	
	background-image: url('../../images/player_bg.png');
	background-size: 82px;
	
	}
	
.mejs__controls:not([style*="display: none"]) { background: none !important;  background-color: #F8F8F8; }	 
.mejs__time-total { background-color: #CFCFCF; border-radius: 12px; }	
.mejs__time-current { background-color: #AFAFAF !important; border-radius: 12px;  }

.mejs__currenttime { color: #E84910; font-family: 'Source Sans Pro', serif; font-weight: 400; font-size: 12px; margin-top: -1px; }
	
.mejs__play>button { background-position: 3px -1px; }
.mejs__pause>button { background-position: 0px -82px; }
.mejs__replay>button { background-position: 0px -164px; }

.mejs__duration,
.mejs__button mejs__volume-button,
.mejs__mute,
.mejs__horizontal-volume-slider
 { display: none;}