
.webplayer {
position: fixed;
left: 0;
bottom: 0;

width: 100%;
z-index: 3;
}


.webplayer {
background-color: rgba(0, 0, 0, 0.9);
color: white;
border-top: 1px solid #06ff1b;
text-align: left;
padding: 1px;
font-size: 12px;
}

.wrap {
    position: relative;
    height: 100%;
}

.icon-play {
    font-family: "Font-Awesome";
    color: white;

}

.icon-pause {
    font-family: "Font-Awesome";
    color: white;
}


.artwork {
    text-align: center;
    padding: 1 1 1 1;

}

.track {
    text-align: center;
    padding: 1 1 1 1;

}

.controls {
    text-align: center;
    padding: 1 1 1 1;
}

