/**
 * @file
 * Display Suite Two Column 33 66 stylesheet.
 */

.ds-left {
  float: left;
  width: 23.3%;
  padding-top: 10px;

}

.ds-right {
  float: left;
  width: 76.6%;
  padding-bottom: 15px;
  border-bottom: #ece8e8;
  border-bottom-width: thin;
  border-bottom-style: solid;
  line-height: 25px;
}
