
body {
    font-family: Roboto, Arial;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
}
th, td {
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    padding: 4px;
    text-align: left;
}

div.single {
    text-align: right;
}

table.runtable td,
table.runtable th {
    padding: 0.5em 5px;
}

div.single.best_today table td,
div.single.best_today table th {
    text-align: right;
}

/* first td in each row is center-aligned */
div.single.best_today table td:first-child,
div.single.best_today table th:first-child {
    text-align: center;
}