/**
 * @file
 * Display Suite Two Column Stacked 66 33 stylesheet.
 */

.ds-left {
  float: left;
  width: 66.6%;
}

.ds-right {
  float: left;
  width: 33.3%;
}

.ds-footer {
  clear: left;
}
