@media all and (-ms-high-contrast: none) and (min-width: 576px) {
     .col-sm-1 {
		max-width: 8.333333% !important;
     }
     .col-sm-2 {
		max-width: 16.666667% !important;
     }
     .col-sm-3 {
		max-width: 25% !important;
     }
	 .col-sm-4 {
		max-width: 33.333333% !important;
     }
	 .col-sm-5 {
		max-width: 41.666667% !important;
     }
	.col-sm-6 {
		max-width: 50% !important;
     }
	.col-sm-7 {
		max-width: 58.333333% !important;
     }
	.col-sm-8 {
		max-width: 66.666667% !important;
     }
	.col-sm-9 {
		max-width: 75% !important;
     }
	.col-sm-10 {
		max-width: 83.333333% !important;
     }
	.col-sm-11 {
		max-width: 91.666667% !important;
     }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
     .col-md-1 {
		max-width: 8.333333% !important;
     }
     .col-md-2 {
		max-width: 16.666667% !important;
     }
     .col-md-3 {
		max-width: 25% !important;
     }
     .col-md-4 {
		max-width: 33.333333% !important;
     }
     .col-md-5 {
		max-width: 41.666667% !important;
     }
     .col-md-6 {
		max-width: 50% !important;
     }
     .col-md-7 {
		max-width: 58.333333% !important;
     }
     .col-md-8 {
		max-width: 66.666667% !important;
     }
     .col-md-9 {
		max-width: 75% !important;
     }
     .col-md-10 {
		max-width: 83.333333% !important;
     }
     .col-md-11 {
		max-width: 91.666667% !important;
     }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px) {
     .col-lg-1 {
		max-width: 8.333333% !important;
     }
     .col-lg-2 {
		max-width: 16.666667% !important;
     }
     .col-lg-3 {
		max-width: 25% !important;
     }
     .col-lg-4 {
		max-width: 33.333333% !important;
     }
     .col-lg-5 {
		max-width: 41.666667% !important;
     }
     .col-lg-6 {
		max-width: 50% !important;
     }
     .col-lg-7 {
		max-width: 58.333333% !important;
     }
     .col-lg-8 {
		max-width: 66.666667% !important;
     }
     .col-lg-9 {
		max-width: 75% !important;
     }
     .col-lg-10 {
		max-width: 83.333333% !important;
     }
     .col-lg-11 {
		max-width: 91.666667% !important;
     }
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
     .col-xl-1 {
		max-width: 8.333333% !important;
     }
     .col-xl-2 {
		max-width: 16.666667% !important;
     }
     .col-xl-3 {
		max-width: 25% !important;
     }
     .col-xl-4 {
		max-width: 33.333333% !important;
     }
     .col-xl-5 {
		max-width: 41.666667% !important;
     }
     .col-xl-6 {
		max-width: 50% !important;
     }
     .col-xl-7 {
		max-width: 58.333333% !important;
     }
     .col-xl-8 {
		max-width: 66.666667% !important;
     }
     .col-xl-9 {
		max-width: 75% !important;
     }
     .col-xl-10 {
		max-width: 83.333333% !important;
     }
     .col-xl-11 {
		max-width: 91.666667% !important;
     }
}
