html {
    background-color: #032;
    color: #adb;
    /*background-image: url("./img/musgo-dark-green.png");*/
    background-position: right 25vh;
    background-repeat: no-repeat;
    background-size: 50%;
}

.top audio {
    width: 100%;
    color: #dfd;
    border-top: 3px springgreen solid;
}

.content {
    row-gap: 4em;
    max-width: 70em;
    margin: auto;
}

.padbox {
    padding: 0.5em;
}

/* LibreTime Schedule */

#schedule h4 {
    font-weight: normal;
    text-transform: uppercase;
}

.show-list {
    flex: 1 0;
    margin: 0;
    list-style: ethiopic-numeric;
    min-width: 5em;
}

.day-name {
    width: 11em;
}
.day-sched {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
