.mejs-speed-button, .mejs__speed-button {
    position: relative
}

.mejs-speed-button > button, .mejs__speed-button > button {
    background: transparent;
    color: #fff;
    font-size: 11px;
    line-height: normal;
    margin: 11px 0 0;
    width: 36px
}

.mejs-speed-selector, .mejs__speed-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    left: -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 60px;
    visibility: visible;
    bottom: 3.5em;
    display: none;
}

.mejs__speed-button:hover .mejs__speed-selector,
.mejs__speed-button.focus .mejs__speed-selector {
    display: block;
}

.mejs-speed-selector-list, .mejs__speed-selector-list {
    display: block;
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs-speed-selector-list-item, .mejs__speed-selector-list-item {
    color: #fff;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

.mejs-speed-selector-list-item:hover, .mejs__speed-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

/*.mejs-speed-selector-input, .mejs__speed-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}*/

.mejs-speed-selector-label, .mejs__speed-selector-label {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin-left: 5px;
    padding: 4px 0;
}

.mejs-speed-selected,
.mejs__speed-selected,
.mejs__speed-selected span,
.mejs__speed-selected .mejs__speed-selector-label
{
    color: #21f8f8
}

/*.mejs-speed-selector, .mejs__speed-selector {
    visibility: hidden
}*/

.mejs-speed-button:hover .mejs-speed-selector, .mejs__speed-button:hover .mejs__speed-selector {
    visibility: visible
}