@media (min-width:629px) {
	
	.container {
		margin-top: 1.5rem !important;
	}


	.bg-overlay {
		background: rgba(0, 0, 0, 0.8);
	}
}
@media screen and (min-width: 769px) {
    .table-responsive {
    /* display: inline-table; */
	width:100%;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 600px) { 
    .table-responsive {
    display: block;
}
}
@media screen and (min-width: 0px) and (max-width: 980px) {
	.mobile-hide {
		display: none;
		padding-left: 15px !important;
	}
}