/**
 * @file
 * Display Suite flexible 2 column stylesheet.
 */

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

.ds-right {
  width: 80%;
  float: right;
}