.center-element {
    margin: 0 auto;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	background: none !important;
	border: none !important;
}

.mejs-overlay-button {
	background:  none !important;
}

.no-svg .mejs-overlay-button {
	background-image: none !important;
}

/*To apply this tweak only for the audio player in the SystemCheck/AudioTab section*/
.audioCheckOnly .mejs-horizontal-volume-total, .audioCheckOnly .mejs-horizontal-volume-current, .audioCheckOnly .mejs-horizontal-volume-handle {
    left: auto !important;
    max-width: 22px;
}