table.dataTable tfoot tr th,
table.dataTable thead th {
    background-color: rgb(79,129,189) !important;
    color: #ffffff !important;
    text-shadow: 5px 5px 10px #808080;
    font-weight: bold;
    font-size: 16px;
    border-width: 1px !important;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: rgb(184,204,228) !important;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: rgb(219,229,241) !important;
}

table.dataTable td {
    border: 1px solid #ffffff !important;
}


a.dt-button {
    background-color: rgb(79,129,189) !important;
    color: #ffffff !important;
    text-shadow: 5px 5px 10px #808080;
}

table.dataTable td {
    border: 1px solid #ffffff !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}