#wx-display {
    position: absolute;
    bottom: 50px;
    left: 15px;
    z-index: 2;
    width: calc(100% - 30px);
    height: 55px;
    border: 0;
    border-radius: 20px 5px 20px 5px;
    box-shadow: 0 0 3px 1px inset black;
}

#wx-status {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
    color: black;
    font-size: 12pt;
    font-family: Digital;
    text-shadow: 0 0 1px #333333;
}

#wx-title {
    position: absolute;
    bottom: 5px;
    width: calc(100% - 30px);
    overflow: hidden;
    color: black;
    font-size: 12pt;
    font-family: Digital;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 0 1px #333333;
}

#wx-loading {
    position: absolute;
    bottom: 30px;
    left: 80px;
    width: 10px;
    height: 10px;
    color: black;
}

#wx-background {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 400px;
    width: 100vw;
    height: 135px;
    border-radius: 20px 0px 0px 0px;
    background-color: white;
    box-shadow: 0px 0px 3px 1px black;
}

#wx-button-play {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    color: white;
    box-shadow: 0 0 1px 3px black;
}

#wx-button-stations {
    position: absolute;
    right: 70px;
    bottom: 15px;
    z-index: 2;
    color: white;
    font-weight: normal;
    box-shadow: 0 0 1px 3px black;
}
