/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Table formatting */
.hiveTable {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.hiveHeader {
    background-color: #e5ab32;
}