#main {
    width:              auto;
    margin:             2rem auto;
}

h2, h3, p {
    text-align:         center;
}

table {
    caption-side:       bottom;
    font-size:			0.875em;
    text-align:	        left;
    margin:             0 auto;
}

table, th, td {
    border:             1px solid;
    border-collapse:    collapse;
}

th, td {
    padding:            2px 3px;
}

tbody tr:hover {
    background-color:   white;
}

tfoot {
    font-weight:        bold;
}

.tar {
    text-align:	        right;
}
