/* Add here all your css styles (customizations) */

.mobile-footer-custom {
	visibility: hidden;
	display: none;
}

.mobile-header-custom {
	display: block;
	visibility: visible;
}

.table {
	font: 13px/1.6 'Open Sans', sans-serif;
}

@media (min-width: 900px) { 

	.customTableColumns {
		min-width: 580px;
	}
	
	.customTableColumnsFirst {
		min-width: 120px;
	}
}



@media (max-width: 991px) {
	.mobile-footer-custom {
		display: block;
		visibility: visible;
	}
	
	.mobile-header-custom {
		visibility: hidden;
		display: none;
	}
	
	.custom-mobile-image {
		width: 150px;
	}
	
	.header-fixed .header-v8.header-sticky {
		position: sticky;
		
	}
}


