/**
 * @file
 * Styling for the ds-3col-equal template.
 */

.ds-3col-equal > .group-left {
  width: 33%;
  float: left; /* LTR */
}

.ds-3col-equal > .group-middle {
  width: 34%;
  float: left; /* LTR */
}

.ds-3col-equal > .group-right {
  width: 33%;
  float: right; /* LTR */
}
