body {
    font-family: "Helvetica Neue", serif;
    font-size: 10px;
    background: white;
}

table {
    collapse: collapse;
}

td {
    padding: 3px;
}

tr.alter {
    background: #fcfcfc;
}

tr.highlight,
td.highlight {
    background: yellow;
}

tr.highlight td.current {
    background: red;
}

form {
    margin: 0;
    padding: 0;
}

.main {
    collapse: collapse;
}