/* CSS file for the 7 62 31 layout */
@import url('../../../css/base-grid.css');

.panel-col-seven {
  width: 13%;
  margin-right: 15px;
}
.panel-col-sixtytwo {
  width: 57%;
}
.panel-col-thirtyone {
  width: 30%;
}

.panel-header, .panel-footer {
  width: 100%;
}

/* Margins taken from the Panels module plugins */
.lastUnit .inside {
  margin: 0 0 1em 1em;
}
.firstUnit .inside {
  margin: 0 0em 1em 0;
}
.unit .inside {
  margin: 0 .5em 1em .5em;

}
