#tableWrap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

table.incidentTable {
    font-size: 20px;
}

table.incidentTable tr {
    height: 50px;
}

table.incidentTable tr.clear {
    background-color: #ecf0f1;
    color: #7f8c8d;
}

table.incidentTable th {
    margin: 0;
    padding: 0 5px;
    font-weight: 300;
    border-bottom: 1px solid #95a5a6;
    text-transform: uppercase;
    text-align: left;
}

table.incidentTable td {
    padding: 0 5px;
}

.capitals {
    text-transform: uppercase;
}