.mejs__sourcechooser-button, .mejs-sourcechooser-button {
     width: 50px;
    position: relative;
}

.mejs__sourcechooser-button > button, .mejs-sourcechooser-button > button {
   
      background: none;
        font-size: 10px;
        width: auto;
        text-align: center;
        background: #fff;
        padding: 5px;
        border-radius: 3px;
}

.mejs__sourcechooser-button .mejs__sourcechooser-selector, .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    position: absolute;
    bottom: 40px;
    right: -10px;
    /* height: 100px; */
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 0px;
    overflow: hidden;
    border-radius: 0;
     width: 70px;
     text-align: center;
}

.mejs__sourcechooser-button .mejs__sourcechooser-selector-down, .mejs-sourcechooser-button .mejs-sourcechooser-selector-down {
   display: none;
}



.mejs__sourcechooser-selector ul, .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs__sourcechooser-selector li, .mejs-sourcechooser-selector li {
    margin: 0;
    padding: 5px 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}
.mejs__sourcechooser-selector li:hover, .mejs-sourcechooser-selector li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .2);
}

.mejs__sourcechooser-selector input, .mejs-sourcechooser-selector input {
     display: none;
    clear: both;
    float: left;
    margin: 3px 3px 0 0px;
}

.mejs__sourcechooser-selector label, .mejs-sourcechooser-selector label {
    width: auto;
    display: inline-block;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-size: 12px;
}


    
    .mejs__sourcechooser-button li.mejs__sourcechooser-selector-itemCur {
        color: #ff910b;
    }