table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: right !important;
}

input[type=date] {
    text-align: inherit;
}

.support_button {
    background-color: #32CD32;
    margin-right: 30%;
}

.form-search{
    margin-top: 2%;
}


