table {
    border-collapse: collapse;
    width: 100%;
}

th {
    font-variant: small-caps;
}

td {
    border: 1px #222222 dotted;
}


