
@media only screen and (max-width: 767px) {
	#navbar-collapse {
		background-color: #CCC;
		color: #333 !important;
	}
	#navbar-collapse * { color: #333; }
	.dataTables_filter { width: 100%; }
	.dataTables_filter label { margin: 2px auto; }
	
	.wiz ul.wiz-steps { margin: 0; padding: 0; }
	.wiz ul.wiz-steps li a:before { height: 4px; top: 10px; }
	.wiz ul.wiz-steps li .step-no {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	.wiz .step-descr { display: none; }
}
