@charset "utf-8";
/* CSS Document only for product page Capture 2019 */

/* Text for each section Design, Documentation & Visualisation - Has individual values for large and small screens further down this CSS */
.banner_style{
	
	min-height:0px !important;}


.skin_content {
	padding: 0px 10px; 
}

.content-wrap{
	padding-bottom:30px;
	padding-right:20px;
	padding-left:20px;
	}

.puff{
	margin-top: 20px;
	border-collapse: separate;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 20px;
}

/* Small screen  */
@media only screen and (max-width: 768px){
.dnnpane [class*="grid"]{
	padding: 0px !important;
	}

/* Large screen  */
@media only screen and (min-width: 768px){

	
}


/* -------------------------------------------------------------------------------------------------------------------------*/