body {
    font-family: verdana, helvetica, arial, sans-serif;    font-size: small;
}

#tests tr td.statement  {
    width: 40%;
    margin: 0px;
    font-style: italic;
    font-weight: bold;
    font-size: small;
    color: #5F6A0A;
    background: #DDDDDD;
    padding: 0.25em;
}

#tests tr td.scenarios {
    width: 60%;
    background: #EEEEEE;
    padding: 0.25em;
}

#tests tr td.scenarios table {
    width: 100%;
}

#tests tr td.scenarios tr td {
    width: 50%;
    font-size: small;
}

#tests tr td table tbody tr td {
    width: 100%;
    font-size: small;
}

.pass {
    color: green;
    font-weight: bold;
}

.fail {
    color: red;
    font-weight: bold;
}

.ua {
    width: 70%;
    padding: 1em;
    background: #AACCAA;
    text-align: center;
}