/**
 * @file
 * Display Suite DS 2col split stylesheet.
 */

.ds-2col-split .ds-top {
  /* Styles for the "top" region go here */
}

.ds-2col-split .ds-top-left {
  /* Styles for the "top-left" region go here */
  float: left;
  width: 50%;
}

.ds-2col-split .ds-top-right {
  /* Styles for the "top-right" region go here */
  float: right;
  width: 50%;
}

.ds-2col-split .ds-middle {
  /* Styles for the "middle" region go here */
  clear: both;
}

.ds-2col-split .ds-middle-left {
  /* Styles for the "middle-left" region go here */
  float: left; 
  width: 50%;
}

.ds-2col-split .ds-middle-right {
  /* Styles for the "middle-right" region go here */
  float: right;
  width: 50%;
}

.ds-2col-split .ds-bottom {
  /* Styles for the "bottom" region go here */
  clear: both;
}
