.playlist{}
.playlist .jp-volume-container,
.playlist .jp-interface .jp-controls .jp-li-volume,
.playlist .jp-interface .jp-controls .jp-li-stop,
.playlist .jp-toggles{
    display: none;
}
.playlist .jp-gui.jp-interface{
    padding: 10px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #E7E7E7;
}
.playlist .jp-interface .jp-controls{
    height: 30px;
    float: right;
}
.playlist .jp-interface .jp-controls li{
    float: right;
    margin-left: 5px;
}
.playlist .jp-interface .jp-controls li a{
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    background-color: #22b4a8;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.playlist .jp-interface .jp-controls li a.jp-pause{
    background-color: #333333;
}
.playlist .jp-interface .jp-progress{
    /*width: 85.4%;*/
    height: 5px;
    float: right;
    position: relative;
    direction: ltr;
    margin: 7px 0 5px;
}
.playlist .jp-interface .jp-time{}
.playlist .jp-interface .jp-current-time,
.playlist .jp-interface .jp-duration{
    font: normal 11px Tahoma, Arial;
    color: #666666;
}
.playlist .jp-interface .jp-duration{
    float: right;
}
.playlist .jp-interface .jp-current-time{
    float: left;
}
.playlist .jp-progress .jp-seek-bar{
    height: 5px;
    background-color: #cccccc;
}
.playlist .jp-progress .jp-play-bar{
    height: 5px;
    background-color: #22b4a8;
}
.playlist .jp-interface-fixed{
    display: none;
    height: 51px;
    margin-bottom: 20px;
}
.playlist .jp-playlist{}
.playlist .jp-playlist li{
    font-weight: 700;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
}
.playlist .jp-playlist li.jp-playlist-current{
    border-bottom-color: #22b4a8;
}
.playlist .jp-playlist li.jp-playlist-current a.jp-playlist-current:after{
    font: normal 10px Tahoma, Arial;
    line-height: 35px;
    color: #ba0006;
    content: ' جاري التشغيل';
}