#login h1 {
    text-align: center;
    font-size: 1.5em;
    margin: 1.5em 0 1em;
}
#login img {
    width: 12em;
    height: 4em;
    margin: 0 auto;
    display: block;
}
#listing.list::after {
    content: " Instructions: Upload a music track and name it in the format 'Track1-SongName.mp3', 'Track2-SongName.mp3' and so on. Maximum 5 tracks. Move older files to Archive folder if you prefer to keep a copy of them. Including the song name in the file name is not neccessary but recommended to keep a record of music tracks.";
    margin-top: 20px;
    display: block;
    font-size: .9em;
}


.credits {
    display: none;
}