table tbody td:not(:last-child) {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

table th, td {
    padding-left: .25rem !important;
}

table.dataTable td, table.dataTable th {
    white-space: nowrap;
}

table.dataTable th::before, table.dataTable th::after {
    top: 7px;
}

.table tbody td {
    vertical-align: middle;
    padding: .1rem;
}

.dataTable th {
    min-width: 40px;
}

.dataTable {
	color: #000!important;
}

.dropdown-menu>li>a {
    color: #0081c2;
    text-decoration: none;
    background-color: white;
    display: block;
    padding: 3px 10px;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: white;
    background-color: #0081c2;
}

.form-table td{ padding:10px !important; }