.content-wrapper{
    background: white !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    white-space: unset;
    padding: .40rem !important;
}
.dataTables-example {
    overflow: auto;
}
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

table.dataTable tbody td, table.dataTable thead th{
    padding: .40rem !important;
}

.modal-header {
    display: block !important;
}

.login-page, .register-page {
    background-image: url('http://www.planning.flyunioncoast.com/img/titan map gray.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}