﻿body {
    color: gray;
    font-family: Arial;
    padding-top: 20px;
    padding-left: 20px;
}

footer {
    padding-top: 20px;
    color: gray;
    font-family: Arial;
    font-size: 12px;
}

li {
    margin-top: 10px;
}

table, td, th {
    border-spacing: 2px;
    border-collapse: collapse;
    border: 1px solid black;
    padding: 8px;
}

th {
    font-weight: bold;
}

td.PASS {
    background-color: green;
    color: white;
    font-weight: bold;
}

td.FAIL {
    background-color: red;
    color: white;
    font-weight: bold;
}

#logo {
    width: 130px;
    height: auto;
    display: block;
}

#tagline {
    width: 130px;
    padding-top: 10px;
    height: 20px;
    opacity: 1;
    max-height: 2em;
    margin: 0;
    box-sizing: border-box;
}