/* Consistent column alignment for FRCH manager tables. */
.table-wrap table,.report-table-wrap table{width:100%;border-collapse:collapse}
.reservation-table th,.reservation-table td,.users-table th,.users-table td,.report-table th,.report-table td{vertical-align:middle}
.reservation-table th,.reservation-table td{box-sizing:border-box}
.reservation-table th:nth-child(1),.reservation-table td:nth-child(1){min-width:105px}
.reservation-table th:nth-child(2),.reservation-table td:nth-child(2){min-width:150px}
.reservation-table th:nth-child(3),.reservation-table td:nth-child(3){min-width:130px}
.reservation-table th:nth-child(4),.reservation-table td:nth-child(4),.reservation-table th:nth-child(5),.reservation-table td:nth-child(5){min-width:135px;white-space:nowrap}
.reservation-table th:nth-child(6),.reservation-table td:nth-child(6),.reservation-table th:nth-child(7),.reservation-table td:nth-child(7),.reservation-table th:nth-child(8),.reservation-table td:nth-child(8),.reservation-table th:nth-child(9),.reservation-table td:nth-child(9){text-align:center;white-space:nowrap}
.reservation-table th:nth-child(10),.reservation-table td:nth-child(10),.reservation-table th:nth-child(11),.reservation-table td:nth-child(11),.reservation-table th:nth-child(12),.reservation-table td:nth-child(12){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.reservation-table th:nth-child(13),.reservation-table td:nth-child(13){min-width:105px;text-align:left}
.reservation-table td .badge,.reservation-table td .invoice-action-btn,.reservation-table td .extras-action-btn{vertical-align:middle}
.report-table th.money,.report-table td.money{text-align:right!important;white-space:nowrap;font-variant-numeric:tabular-nums}
.report-table th,.report-table td{box-sizing:border-box}
.report-table th:first-child,.report-table td:first-child{padding-left:12px}
.report-table th:last-child,.report-table td:last-child{padding-right:12px}
.cancelled-report-table th:nth-child(5),.cancelled-report-table td:nth-child(5),.cancelled-report-table th:nth-child(7),.cancelled-report-table td:nth-child(7){text-align:center;white-space:nowrap}
.cancelled-report-table th:nth-child(8),.cancelled-report-table td:nth-child(8){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.users-table th:last-child,.users-table td:last-child{text-align:center}
@media(max-width:900px){.reservation-table{min-width:1220px}.report-table{min-width:900px}}
