span.logo { font-size: 30px; font-weight: 700; }
.header-logo { margin: 0 auto; text-align: center; }
.header-logo .tag-line { font-size: 20px; text-align: center;}
.menu{ width: 100%; text-align: center;}
.menu span{ padding: 10px; font-weight: bold; font-size: 20px; }
.menu span:first-child{ padding-left: 0px; }
.card-header h2.mb-0, .total-bank h2 { font-size: 25px; font-weight: 600; }
.card-header span { font-size: 15px; }
.card-header h3{ font-size: 20px; font-weight: 600; }
.table-responsive{ display: inline-table; }
th.sorting_asc h4 { font-size: 20px; margin-bottom: 0px; font-weight: 500; }
hr{ margin: 10px 0px; }
p.disclaimer { font-weight: 100; text-align: center; font-size: 15px; }
span.copy-rights { text-align: center; margin: 0 auto; display: block; font-weight: 600;}


@media screen and (max-width: 767px) {
	span.logo { font-size: 25px; font-weight: 700; }
	.header-logo .tag-line { font-size: 18px; text-align: center; }
	.card-header h2.mb-0, .total-bank h2 { font-size: 16px; font-weight: 600; }
	.header-logo .tag-line{ font-size: 14px; }
	.card-header p{ font-size: 13px; }
	.card-header h3 { font-size: 18px; display: none;}
	.card-header span { font-size: 12px; }	
	.table-responsive{ display: block; }
	.menu span { font-size: 15px; padding: 2px; }
	.col-form-label, .dataTables_length{ display: none; }

}


