
.group-header {
}

.group-left {
  float: left;
  width: 50%;
}

.group-right {
  float: right;
  width: 50%;
}

.group-one-column .group-left,
.group-one-column .group-right {
	width: 100%;
	float: none;
} 

.group-footer {
  clear: both;
}
