/* CSS file for the 15 70 15 stacked layout */
@import url('../../../css/base-grid.css');

.panel-col-fifteen {
  width: 15%;
}
.panel-col-seventy {
  width: 70%;
}

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

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