.playBar {
    top: 0;
    display: inline-block;
    height: 15px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}
.currentTrack{
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    left: 170px;
}
.volume{
    background: rgba(0, 0, 0, 0.55);
}
.play::before{

}
.play {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 2px 0px;
    width: 32px;
    height: 32px;
    margin: 0 15px;
}
.player-baton-min{
    font-size: 25px;
    color: #000;
    margin-right: 10px;
    margin-left: 10px;
}
a:hover, a:focus{
    color: #7b8ba7;
    text-decoration: none;
}
.player-baton{
    font-size: 40px;
    /*margin: -4px 14px 8px 14px;*/
    color: #000;
    margin-right: 10px;
    margin-left: 10px;
}
.chkd a.start{
    background-color: #90a1bd;
}
.chkd a.start:hover{
    background-color: #7b8ba7;
}
.chkd a.link{
    background-image: url(/template/images/download.png);
    top:9px;
    width: 31px;
    height: 31px;
}
.results a.share{
    background-image: url(/template/images/icon-share-black.png);
    top: 10px;
    cursor: pointer;
    width: 31px;
    height: 31px;
}
.chkd{
    border-bottom: 1px solid #90a1bd;
    border-radius: 0px;
}
.fixs-size{
    margin-right: 0px;
}
/*
     */
/*
*/