body {
    font-family: sans-serif;
}

table {
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

a {
    color: inherit;
}

th {
    background: #efefef;
    color: #000;
}

.missing {
    background: #ffdddd;
}

.testing {
    background: #efefef;
}

.current {
    color: #009999;
}

.outdated {
    color: #ff0000;
}

