/* Центровка плеера */

.mejs__container {
   margin: 0 auto;
}


/* Уменьшение высоты плеера на 10px */

.mejs__controls {
    height: 30px;
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    height: 30px;
}

.mejs__button > button {
    margin: 5px 6px;
}

.mejs__time {
    padding: 11px 6px 0;
}

.mejs__time-rail {
    height: 30px;
    padding-top: 5px;
}

.mejs__horizontal-volume-total {
    top: 11px;
}


/* Включение time handle element'а */

.mejs__time-buffering, .mejs__time-current, .mejs__time-handle,
.mejs__time-loaded, .mejs__time-hovered, .mejs__time-marker, .mejs__time-total {
    height: 4px;
}

.mejs__time-total {
    margin-top: 8px;
}

.mejs__time-handle {
    border: none;
    border-radius: 50%;
/*     cursor: pointer; */
/*     position: absolute; */
    left: -5px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    top: -4px;
    display: block;
    z-index: 2;
}

.mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}


/* Уменьшение кнопки воспроизведения в центре видеоплеера в 2 раза */

.mejs__overlay-button {
    background: url('mejs-overlay.png') no-repeat;
    background-position: 0 0px;
    height: 40px;
    width: 40px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -40px 0px;
}

.mejs__overlay-loading {
    height: 40px;
    width: 40px;
}

.mejs__overlay-loading-bg-img {
    background: transparent url('mejs-overlay.png') -80px 0px no-repeat;
    height: 40px;
    width: 40px;
}


/* Отступы над аудиоплеером и под ним */

.audio {
margin-top: 1.0em;
margin-bottom: 1.0em;
}
