/**
 * @file
 * Styling for the ds-2col-stacked template.
 */

.ds-2col-stacked > .group-header {
	display: inline-block;
	width: 100%;
}

.ds-2col-stacked > .group-left {
  float: left; /* LTR */
  width: 20%;
}

.ds-2col-stacked > .group-right {
  float: right; /* LTR */
  width: 80%;
}

