#mitra_table thead {
		display: none;
}	

.datatable-header {
    border-top: none !important;
    border-bottom: none !important;
}

.datatable-footer {
    border-top: none !important;
    border-bottom: none !important;
}

.datatable-header,
.datatable-footer {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.dataTables_filter,
.dataTables_length,
.dataTables_info,
.dataTables_paginate {
    margin-bottom: 0 !important;
}

#mitra_table tbody td { background-color: transparent !important; padding: 0px; margin: 0px; background: none; }
#mitra_table.dataTable tbody tr {
    background-color: transparent !important;
}

#mitra_table.dataTable.stripe tbody tr.odd,
#mitra_table.dataTable.stripe tbody tr.even {
    background-color: transparent !important;
}

#mitra_table tbody td {
    border: none;
}

#mitra_table_filter {
    width: 100%;
}

#mitra_table_filter input {
    width: 100% !important;
}	