@charset "UTF-8";
/* CSS Document */

.play {
    display: inline-block;
    background-image: url('../../X/img/play.png');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
    width: 24px;
    height: auto;
    cursor: pointer;
}

.play2 {
    display: inline-block;
    background-image: url('../../X/img/play.png');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
    width: 24px;
    height: auto;
	color: rgba(255,255,255,1.00)
    cursor: pointer;
}

.pause {
    display: inline-block;
    background-image: url('../../X/img/pause.png') !important;
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
    width: 24px;
    height: auto;
    cursor: pointer;
}

.playlist-font { 
text-align:left;
font-size:22px;

}