body {
    color: #000;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #888;
}

table {
    border-collapse: collapse;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

td {
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

tr.first td {
    border-top: 1px solid #000;
    padding-top: 5px;
}

tr.last td, td.task {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

td.task {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px;
    vertical-align: top;
    padding-right: 15px;
}

td.best, td.points, td.time, td.count, td.nstasks {
    text-align: right;
    padding-right: 8px;
}

td.count {
    padding-right: 20px;
}

a:link, a:visited, a:hover, a:active {
    color: #0088cc;
    text-decoration: none;
}
