.mejs__controls,
.mejs__button,
.mejs__time,
.mejs__time-rail,
.mejs__horizontal-volume-slider {
    height: 40px;
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 13px;
    line-height: 10px;
    width: 32px;
}
.mejs__button svg {
    width: 18px;
    height: 18px;
}
.mejs__time {
    padding: 16px 6px 0 6px;
    font-size: 11px;
}
.mejs__button > button {
    margin: 10px 6px;
    height: 18px;
    width: 18px;
}
.mejs__time-rail {
    margin: 0 10px;
    padding-top: 10px;
}
.mejs__horizontal-volume-total {
    top: 16px;
    height: 8px;
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    height: 10px;
    border-radius: 2px;
}
.mejs__time-total {
    margin: 5px 0 0;
}
.mejs__time-handle,
.mejs__time-handle-content {
    border-width: 4px;
}
.mejs__time-handle-content {
    width: 10px;
    height: 10px;
    top: -4px;
    left: -4px;
}
.mejs__time-float {
    height: 17px;
    margin-bottom: 9px;
}
.mejs__time-float-corner {
    border-width: 5px;
}
.mejs__time-float-current {
    margin: 2px;
    width: 30px;
  }