/* here you can put your own css to customize and override the theme */

.white {
    background-color: #ffffff;
}

.caution {
    padding: 20px;
    color: #dd0000;
    background-color: #ffffff;
}

.sound {
    display: inline-block;
    max-width: 300px;
}

.sound * {
    display: block;
}

@font-face {
    font-family: "britanic";
    src: url("/assets/fonts/BRITANIC.TTF") format("ttf")
}

span.ergfont {
    font-family: "britanic";
    font-weight: bold;
    font-style: italic;
    padding-right: 0.2em;
}

span.ERGfont2 {
    font-family: "britanic";
    font-weight: bold;
    font-style: italic;
    padding-right: 0.2em;
}

video {
    width: 600px;
    preload: "none";
}

.file_upload form {
    background-color: #ffffff;
    color: #ffffff;
}

.input form {
    background-color: #ffffff;
    color: #ffffff;
}

td.time {
    min-width: 7em
}