/**
 * @file
 * Styling for the ds-2col-stacked template.
 */

.ds-2col-stacked > .group-header {
}

.ds-2col-stacked > .group-left {
  float: left; /* LTR */
  width: 15%;
}

.ds-2col-stacked > .group-right {
  float: left; /* LTR */
  width: 85%;
  max-width: 75%;
}

.ds-2col-stacked > .group-footer {
  clear: both;
}