/*----- DS COM6 Layout 2 cols : 9-3 -----------------*/
/**
 * @file
 * Styling for the ds-2col template.
 */

.ds-2col-9-3 > .group-left {
  float: left; /* LTR */
  width: 75%;
  padding-right: 8.33%;
}

[dir="rtl"] .ds-2col-9-3 > .group-left {
  float: right;
}

.ds-2col-9-3 > .group-right {
  float: left; /* LTR */
  width: 25%;
}

[dir="rtl"] .ds-2col-9-3 > .group-right {
  float: right;
}

