/* This applies to all columns, except the first. */
td + td {
    /* Make all the columns equal for uniformity down the page */
    width: 30%;
}

/* Styles for the overall access table, which is the first on the page */
table:first-of-type td + td {
    /* Make the emojis bigger */
    font-size: 1.5rem;
    /* Make the columns equal width */
    width: 12%;
}
