body {
    background: black;
}

div.content {
    background: #373737;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #B0B0B0;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20pt;
    padding: 20pt;
    border-radius: 10px;
    margin-bottom: 20pt;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

div.test, div.results {
    width: 100%;
}

div.sample {
    width: 700px;
    background: #575757;
    border-radius: 10px;
    padding: 10pt;
    margin-bottom: 10pt;
    margin-left: auto;
    margin-right: auto;
}

audio {
    margin-right: 10pt;
    width: 375px;
}

img.art {
    width: 200px;
    margin-right: 10pt;
}

input.margin-below {
    margin-bottom: 10pt;
}

table.fullwidth {
    width: 100%;
}

th.song-info {
    font-size: 14pt;
}

div.song {
    margin-bottom: 20pt;
}
