header, .breadcrumb-area, footer, .dashboard-upper-info, .dashboard-list, .printButton, #scrollUp, #orders h3 {display:none !important;}

.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    background-color: transparent !important;
}
thead {
    background-color: #f6f6f6 !important;
}

.table .thead-light th {
	color: #495057 !important;
	background-color: #e9ecef !important;
	border-color: #dee2e6 !important;
}

.table thead th {
	vertical-align: bottom !important;
	border-bottom: 2px solid #dee2e6 !important;
}

.table td, .table th {
	padding: .75rem !important;
	vertical-align: top !important;
	border-top: 1px solid #dee2e6 !important;
}

.dashboard-content .table-responsive .table > thead > tr > th {
	font-size: 14px !important;
	font-weight: 600 !important;
}
