.c-sub-table {
border-spacing: 0;
min-width: 650px;
}
.c-sub-table--reservation {
min-width: 840px;
}
.c-sub-table__table-header {
font-size: 14px;
font-weight: bold;
}
.c-sub-table__row {
&:nth-child(odd) {
background-color: rgba($lightest-gray, 0.4);
}
}