/* Left-align all page content */
main {
    text-align: left;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92em;
}

th, td {
    padding: 6px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

th {
    border-bottom: 2px solid #bdbdbd;
}
