div.dataTables_wrapper div.dataTables_length select {
    width: 50% !important;
}

.table th.sorting_desc, th.sorting_asc {
	font-weight: bolder !important;
}

.table th {
    font-weight: 400;
}

.btn-btm {
	width: 250px;
}

.btn-cancel {
	background-color: red !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}