body {
    background-color: #FFFFFF;
    background: -webkit-radial-gradient(rgb(255, 255, 255), rgb(124, 136, 148));
    background: radial-gradient(rgb(255, 255, 255), rgb(124, 136, 148));
    color: #202020;
    font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
    height: 100%;
}

div.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

div.container main {
    width: 100%;
    padding: 2px;
}

@media screen and (min-width: 700px) {
    div.container main {
        width: 700px;
        padding: 5px;
    }
}


h1 {
    margin-bottom: 0;
    color: #3E0404;
    font-family: 'Trebuchet MS', 'Proxima Nova', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -1px;
}

div.sub {
    font-size: 12px;
}

div.copy {
    font-size: 12px;
    text-align: center;
    color: #616161;
}

a {
    color: #4D0606;
}

a:hover {
    color: #3E0404;
    text-decoration: none;
}

.my_listeners {
    display: none;
}
.my_timer {
    display: none;
    height: 0;
}
div.radioworks {
    text-align: center;
    margin-top: 20px;
    padding: 8px;
    border: 1px solid gray;
    background-color: antiquewhite;
    width: 300px;
    opacity: 0.8;
    border-radius: 15px;
}
div.bt_play {
    opacity: 60%;
}
div.bt_play:hover {
    opacity: 100%;
    margin-left: 20px;
    background-blend-mode: darken;
}
div.playinfo {
    font-size: 13px;
}
div.playinfoauthors {
    font-size: 11px;
}
div.placesongface {
    float: left;
    position: relative;
    margin-right: -20px;
    z-index: 2;
}
img.songface {
    width: 64px;
    border-radius: 5px;
    border: 1px solid gray;
}
div.open {
    margin-top: 5px;
    text-align: center;
}
div.open a {
    font-size: 13px;
    color: #fff;
    background-color: #4D0606;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    opacity: 0.7;
}
div.open a:hover {
    opacity: 1;
}