/* CSS rules for our custom Panels layout
 * Only applicable within the pages administration
 * (SCPD theme contains the "real" rules used for public site)
 * These rules used to position the Panels admin regions
 */
.page-admin-structure-pages .row:before,
.page-admin-structure-pages .row:after {
  content: " ";
  display: table;
}
.page-admin-structure-pages .row:after {
  clear: both;
}
.page-admin-structure-pages .col-33 {
  float:left;
  width: 33.33%;
}
