/**
 * @file
 * Styling for the ds_2col template.
 */

.ds_2col_75_25 > .group-left {
  float: left; /* LTR */
  width: 75%;
}

.ds_2col_75_25 > .group-right {
  float: left; /* LTR */
  width: 25%;
}
