

  .col-md-8, .col-lg-9, .container-fluid.maxWidth.pt-2.pb-4, .container-fluid.maxWidth.pt-4.pb-4, .container-fluid.footer.maxWidth, .col-sm-6 {
    margin: 10px;
	padding: 10px;
 }

 .col-sm-6.footRight {
	 clear: both;
	 text-align: left;
	float: left;
 }
 

body, h1, h2, h3, ol, ul, div, span, p {
    display: block !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    overflow: visible !important;
}

div.container-fluid.maxWidth.pt-2.pb-4, div.container-fluid.maxWidth.pt-4.pb-4, div.col-sm-6.col-md-4, div.col-sm-6, div.col-md-4 {
	max-width: 95% !important;
}
div.col, div.col-md-8, div.col-lg-9 {
	max-width: 95% !important;
}



