.readspeaker {
    display: inline-block;
    position: relative;
}

.rsbtn_colorskin {
    position: relative;
    display: inline-block;
    color: #72665B;
}

.readspeaker .rsbtn_colorskin {
    width: auto !important;
}

.rsbtn_colorskin .rsbtn_play,
.rsbtn_colorskin .rsbtn_play span {
    color: #72665B;
}

.rsbtn_play::before {
    font-family: icons;
    content: "\E042";
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
}

.rsbtn_box {
    display: none;
    background: #f0efed;
    height: 40px;
    width: 360px;
    margin-top: 28px;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
    right:auto;
}

.rsexpanded .rsbtn_box {
    display: block;
}

.rsbtn_box .rsbutton {
    float: left;
    width: 40px;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.rsbtn_box .rsbutton:hover {
    background: #d0cac6;
}

.rsbtn_box .rsbutton::before {
    font: normal 24px/40px icons;
    color: #72665B;
}

.rsbtn_colorskin .rsbtn_progress_container {
    float: left;
    width: 100px;
    margin: 16px 10px;
    position: relative;
    background: #938880;
    height: 6px;
}

.rsbtn_colorskin .rsbtn_progress_played {
    position: absolute;
    height: 100%;
    background-color: #f9a400;
}

.rsbtn_colorskin .rsbtn_progress_handle,
.rsbtn_colorskin .rsbtn_volume_handle {
    position: absolute;
    background-color: #f9a400;
    top: -5px;
    left: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.rsbtn_colorskin .rsbtn_volume_container {
    position: absolute;
    display: none;
    top: 100%;
    width: 25px;
    height: 60px;
    background: #f0efed;
    margin-left: 8px;
}

.rsbtn_colorskin .rsbtn_volume_slider {
    width: 6px;
    height: 40px;
    margin: 9px;
    background: #938880;
    display: block;
}

.rsbtn_colorskin .rsbtn_volume_handle {
    margin: 7px 0 0 9px;
}

.rsbtn_colorskin.rspopup {
    position: absolute;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
    background: #f0efed;
    display: none;
    line-height: 40px;
}

.rsbtn_colorskin.rspopup .rsbtn_play {
    padding: 0 10px;
}

.rsbtn_colorskin.rspopup .rsbtn_box {
    top: 0;
    left: 100%;
    margin: 0;
}

.rsbtn_pause::before {
    content: "\E056";
}

.rsstopped .rsbtn_pause::before,
.rspaused .rsbtn_pause::before {
    content: "\E054";
}


.rsbtn_stop::before {
    content: "\E055";
}

.rsbtn_volume::before {
    content: "\E057";
}

.rsbtn_dl::before {
    content: "\E058";
}

.rsbtn_settings::before {
    content: "\E059";
}

.rsbtn_closer::before {
    content: "\E018";
}


/* override plugin css */
.rsbtn_exp {
    position: relative !important;
}

.rsbtn_exp span.rsbtn_status_overlay {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

.rsbtn_exp .rsbtn_status_overlay span.rsbtn_status {
    position:relative !important
}