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