﻿#pageContent {
    width: 100%;
}

#belowHeading .roomDiv table.dataTable {
    width: 100%;
    margin: 0;
}

.roomDiv table.dataTable th:nth-child(1), .roomDiv table.dataTable td:nth-child(1),
.roomDiv table.dataTable th:nth-child(3), .roomDiv table.dataTable td:nth-child(3) {
    max-width: 5em;
    white-space: nowrap;
}

.roomDiv table.dataTable th:nth-child(2), .roomDiv table.dataTable td:nth-child(2) {
    max-width: 15em;
}

.roomDiv table.dataTable th, .roomDiv table.dataTable td {
    max-width: 25em;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}
