/**
 * overrides, additions
 */
.top-nav-links a {
    font-weight: normal;
}
.top-nav-links a.active {
    font-weight: bold;
}

tr.incomplete {
    color: #C55;
}

tr.empty {
    color: #C95;
}
.container {
    max-width: 96%;
}