#skin-wrapper {
    margin-bottom: 37px;
}

.jp-audio {
    position: relative;
}

.jp-audio a {
    text-decoration: none;
    color: #222;
}

.jp-audio a:hover,
.jp-audio a:hover:before {
    text-decoration: none;
    color: #000;
}

.index .jp-audio a,
.index-temp .jp-audio a {
    text-decoration: none;
    color: #ddd;
}

.index .jp-audio a:hover,
.index .jp-audio a:hover:before,
.index-temp .jp-audio a:hover,
.index-temp .jp-audio a:hover:before {
    text-decoration: none;
    color: #fff;
}

.jp-interface {
    position: relative;
    width: 100%;
    height: 2.8em;
    border: 2px solid #000;
}

.index .jp-interface,
.index-temp .jp-interface {
    border: 2px solid #333;
}

.jp-interface:hover {
    border-color: #deecec;
}

.jp-controls-holder {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.jp-play,
.jp-pause {
    float: left;
    outline: none;
}

.jp-progress {
    float: left;
    position: relative;
    width: 48%;
    height: 15px;
    margin-top: 15px;
}

.jp-seek-bar {
    z-index: 99;
    position: relative;
    width: 0;
    height: 15px;
    cursor: pointer;
}

.jp-play-bar-clone {
    z-index: 9;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background: #deecec;
    cursor: pointer;
}

.index .jp-play-bar-clone,
.index-temp .jp-play-bar-clone {
    background: #666;
}

.jp-play-bar {
    z-index: 9999;
    position: relative;
    top: 5px;
    width: 0;
    height: 2px;
    background: #000;
}

.index .jp-play-bar,
.index-temp .jp-play-bar {
    background: #ccc;
}

.jp-play-bar span {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 5px;
    height: 15px;
    border-radius: 1px;
    background: #111;
}

.index .jp-play-bar span,
.index-temp .jp-play-bar span {
    background: #999;
}

.jp-audio a.jp-mute,
.jp-audio a.jp-unmute {
    float: right;
    outline: none;
}

.jp-mute {
    float: left;
}

a.jp-unmute {
    display: none;
}

.jp-volume-bar {
    float: right;
    position: relative;
    width: 18%;
    height: 15px;
    margin: 15px 1em auto 0;
}

.jp-volume-bar-value {
    z-index: 9999;
    position: absolute;
    top: 5px;
    width: 0;
    height: 2px;
    background: #000;
}

.index .jp-volume-bar-value,
.index-temp .jp-volume-bar-value {
    background: #ccc;
}

.jp-volume-bar-value span {
    z-index: 99;
    position: absolute;
    top: -7px;
    right: -5px;
    width: 5px;
    height: 15px;
    border-radius: 1px;
    background: #111;
}

.index .jp-volume-bar-value span,
.index-temp .jp-volume-bar-value span {
    background: #999;
}

.jp-volume-bar-value-clone {
    z-index: 9;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 2px;
    background: #deecec;
    cursor: pointer;
}

.index .jp-volume-bar-value-clone,
.index-temp .jp-volume-bar-value-clone {
    background: #666;
}

.jp-playlist {
    padding: 3px 0px;
}
.jp-playlist ul {
    padding: 0px;
    margin: 0;
    list-style-type: decimal;
}
.jp-playlist ul li {
    padding: 8px 20px;
    border-bottom: 1px solid #c8d6d6;
}
.jp-playlist ul li:hover,
.jp-playlist ul li.jp-playlist-current {
    background: #f4f8f8;
    border-bottom: 1px solid #000;
    position: relative;
}
.jp-playlist ul li:hover:before,
.jp-playlist ul li.jp-playlist-current:before {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-width: 6px;
    margin-top: -6px;
}
.jp-playlist ul li a {
    display: block;
}

.index .jp-playlist,
.index-temp .jp-playlist {
    display: none !important;
}

@media all and (max-width:620px) {
    .jp-volume-bar,
    .jp-progress {
        display: none !important;
    }
}