#play #nowplaying strong:before {
    content: "▶️";
    margin-right: 0.5rem;
}

#footer input {
    appearance: none;
    outline: none;
}

#play #result input,
#play a[hidden],
#play #nowplaying::-webkit-details-marker {
    display: none;
}

#play button {
    border: none;
}

#play a {
    border: solid 0.1rem;
    border-radius: 50%;
}

#play #result label:hover {
    cursor: pointer;
}

#play ul {
    list-style: inside none;
}

#play #nowplaying strong,
#play a,
#play #viewAll rt {
    font-family: "New York", Times, serif;
}

#play ruby {
    font-size: 125%;
}

#play a,
#play #nowplaying,
#play #nowplaying strong,
#play #result li {
    font-size: 111%;
}

#play button {
    font-size: 100%;
}

#play ruby rt {
    font-size: 75%;
}

#play #viewAll button,
#play #result input:checked+label {
    font-weight: 600;
}

#play #result li {
    line-height: 150%;
}

#play #viewAll button {
    text-decoration: wavy underline;
}

#play div button,
#play #result input:checked+label {
    text-decoration: solid underline;
}

#play button {
    padding: 0;
}

#play #result {
    padding: 0.5rem 0 1rem;
}

#play div {
    padding-left: 1rem;
}

#play #nowplaying {
    padding: 0.5rem;
}

#play #result li,
#play #viewAll button {
    padding: 0.25rem 0.5rem;
}

#play #nowplaying,
#play button,
#play ul,
#play li {
    margin: 0;
}

#play a {
    margin: 0.5rem 0.5rem 3.21rem;
}

#play {
    margin-top: 1rem;
}

#play div button {
    margin: 0.25rem 0;
}

#play #player {
    pointer-events: none;
    user-select: none;
}

#play #nowplaying {
    display: flex;
    flex-wrap: wrap;
}

#play #nowplaying {
    justify-content: space-between;
}

#play #nowplaying {
    vertical-align: top;
}

#play {
    position: relative;
}

#play div {
    position: sticky;
}

#play div {
    text-align: right;
    top: 0.5rem;
    float: right;
    z-index: 0;
}

#play #viewAll {
    position: relative;
    z-index: 2;
}

#play #viewAll button {
    display: block;
    text-align: justify;
    text-align-last: justify;
}

#play,
#play #nowplaying,
#play #player,
#play #viewAll,
#play #viewAll button {
    width: 100%;
}

#play div {
    width: 45vw;
    max-width: 450px;
}

#play #player {
    height: 24.5vw;
    max-height: 245px;
}