html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    background-color: #000000;
    display: grid;
    z-index: -999;
}

.foot {
    margin-top: 22px;
}

audio {
    width: 100%;
    height: 40px;
    z-index: 9999 !important;
}

audio::-webkit-media-controls-panel {
    background-color: rgba(200,200,200,1);
}

#waveform {
    z-index: -1;
    position: absolute;
    left: 18px;
    bottom: 136px;
    width: 400px;
    height: 476px;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=100);
    background: transparent;
}

.pl {
    color: white;
    font-size: 9px;
}

a.pl {
    text-decoration: none;
}

div.parent {
    width: 100%;
    position: absolute;
}

img.coverart {
    opacity: 1.0;
    filter: alpha(opacity=100);
    border-radius: 13px 13px 0px 0px;
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 1)), color-stop(100%,rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    height: 300px;
    width: 400px;
}

img.inetradio {
    width: 78px;
    height: 15px;
    opacity: 0.1;
}

p.inetradio {
    margin-bottom: 0;
}

#gradient {
    position:absolute;
    z-index:-1;
    right:0; bottom:0; left:0;
    height: 540px;
    background: -moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 55%);
    background: -o-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 55%);
    background: -ms-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 55%);
    background: linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 55%);
    border-radius: 25px;
}​

#infoImage {
    margin-bottom: 20px;
}

div.infoCenter {
    /*height: 620px;*/
    height: auto;
    background: rgba(0,0,0,0.1);
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    width: 400px;
    font-family: arial;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, 10%);
    -ms-transform: translateX(-50%) translateY(10%);
    -webkit-transform: translate(-50%,10%);
}

@-moz-document url-prefix() {
    #waveform {
        bottom: 152px;
    }
    hr.top {
        visibility: hidden;
    }
}

div.infoCenterText {
    color: white;
    z-index: -9999!important;
}

#song {
    font-weight: bold;
    color: #26ff64;
    font-size: 24px;
}

#artist {
    color: yellow;
    font-size: 12px;
}
