/* Overwrite and let disappear some unnecessary containers for fine print results */

body {
	background: #ffffff !important;
}
div#anchor-list,body.single .col-3.col-12-medium,header#header {
	display:none;
}
body.single .col-8.col-12-medium.imp-medium {
	width:100%;
}
 section#main.wrapper {
	 padding:0 !important;
	 margin:0 !important;
 }
 .box.large {
	 padding:0 !important;
	 border: 0 !important;
	 box-shadow: inherit !important;
	 border-radius: inherit !important;
 }
 div.titleHeader {
	 border: inherit !important;
	 box-shadow: inherit !important;
 }


