.panel-row {
	clear:both;
}

.panels-dnd .inner-region {
	width:24%;
	float:left;

}
.node-panel .container-fluid {
	padding:20px 0px;
	padding-bottom: 0;
}


.page-node-panel-content .panel-region {
    width: 24%;
    float: left;
}
/* 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%;
}
