/* Only establish admin-side layout here, front side is in the theme's _responsive.scss, so we can utilize grid mixins. */

.panel-2col-aftorg .panel-col-main {
  float: left;
  width: 70%;
  margin-right: 3%;
}

.panel-2col-aftorg .panel-col-right {
  float: left;
  width: 27%;
}

#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: .5em;
}