
.table-custom {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	overflow: hidden;
}

.table {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.table th, .table td {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.table th, .table td {
	text-align: center;
	vertical-align: middle;
}

.table th {
	background-color: #324c7a;
	color: white;
}

.dt-select {
    -webkit-appearance: menulist;
    -webkit-border-radius:0; 
    border-radius:0; 
    border:0; 
}

.dt-input,
.dt-textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0; 
    outline: none;
}

.table tfoot tr td
{
    padding: 4px 2px !important;
}

