table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    width: 100%;
}
table thead tr th:nth-child(n+2),
table tbody tr td:nth-child(n+2) {
    text-align: center;
}
table thead th {
    background: #F5F5F5;
}
table thead td {
    border-bottom-width: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    color: red;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.5rem;
}
table thead tr th, table thead tr td {
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.7rem 0.8rem 0.7rem;
}

table tr th, table tr td {
    color: #222222;
    font-size: 1.2rem;
    padding: 0.8rem;
    text-align: left;
}

td {
    border-bottom: 1px solid #999;
}

td.red {
    color: rgb(128, 0, 0);
    font-weight: bold;
    font-style: italic;
    font-size: 1.6rem;
    text-align: center;
}

th.garden-color,
th.cottage-color {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
th.garden-color {
    background: #548235;
}
th.cottage-color {
    background: #ffc000;
}
