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

.header-left {
  width: 55%;
}
.header-middle {
  width: 15%;
}
.header-right {
  width: 30%;
  padding-right: .5em;
}
.top-stack {
  width: 100%;
  padding: 0 .5em 1em;
}
.bottom-unit, .left-column {
  width: 25%;
}
.right-column {
  width: 75%;
}


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