
.player {

    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f4f4f4;
    padding: 13px 18px;
}

.playing {
    padding-left: 20px;
    overflow: hidden;
}

.player .title {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 200;
    color: #f26b35;
    cursor: default;
}

.player i {
    font-size: 40px;
    margin-left: -4px;
    color: #273958;

}

.player .volume-icon {
    font-size: 10px;
    margin-left: 0;
    color: rgba(39, 57, 88, 0.77);
}

.player .music {
    font-size: 17px;
    color: #273958;
    cursor: default;
    margin-bottom: 10px;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}

.player ul > li {
    float: left;
    list-style-type: none;

}

.player ul {
    padding: 0px;
}

.volume-slider .slider-selection {
    background: rgba(242, 107, 53, 0.66);
}

.slider-handle {
    background-color: #f26b35 !important;
    background-image: none;
}

#botr_hDlLbll3_PF5wFTmQ_div {
    position: absolute;
    right: 100%;

}
