/* CSS file for 77/23 stacked layout. */
@import url('../../../css/base-grid.css');

.footer, .header {
  width: 100%;
  padding: 1em;
}

.left {
  width: 77%;
}

.right {
  width: 23%;
}

/* 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;
}
