/*Blank file, ready for your structural CSS.*/

.top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bottom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left{
  width:66.6666%;
  max-width:650px;
  height:100%;
  /*padding:0.5%;*/
  float:left;
}

.right{
  width: 33.3333%;
  /*padding: 0.5%;*/
  float:left;
  height:100%;
}
.left-top, .left-bottom{
  width:100%;
}

.bottom{
  /*padding: 0.5%;*/
}

.left-top, left-bottom-left, left-bottom-right, .right {
  position:relative;
  /*do this here again, so we se it in the UI*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.left-bottom {
  display:table;
  border-collapse:separate;
  max-width: 980px;
  margin: 0 auto;
}
.left-bottom .row {
  display:table-row;
}
.left-bottom .row > div {
  display:table-cell;
  width:50%;
  vertical-align: top;
}

.panels-dnd:after, .clear-block:after{
  content:'.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}