/**
 * @file
 * Display Suite example layout RTL stylesheet.
 */

.ds-left {
  float: right;
}

.ds-right {
  float: left;
}
