/**
 * @file
 * RTL styling for the ds_2col_fluid template.
 */

.ds-2col-fluid > .group-left {
  float: right;
}

.ds-2col-fluid > .group-right {
  float: left;
}
