.panel-row {
	clear:both;
}	

.panels-dnd .inner-region {
	width:24%;
	float:left;
	
}
.node-panel .container-fluid {
	padding:20px 0px;
	padding-bottom: 0;
}

/* allows making a full width panel have content that is full width too by adding full width class */

.container-fluid.full-width-content > .container.full-width-content {
  width:100%;
}