.cmd {
    font-family: mono;
    font-weight: bold;
}
.ui {
    font-family: mono;
    font-weight: bold;
}
.file {
    font-family: mono;
}
ul {
    list-style: none inside;
}

.correct {
    color: red;
}

.incorrect {
    color: green;
}

td {
    border: black 1px solid;
}
