/* ============================================================
   DELIBERATE DEVIATIONS FROM THE PROTOTYPE
   Everything else on this site is a verbatim port. Changes that were asked for
   after the port live here, one block per change, so the prototype stylesheet
   stays a clean reference and any of this can be reverted by deleting a block.
   ============================================================ */

/* Awards timeline (about, client-cases): the prototype leaves 30px under every
   entry, which reads as too airy once the rail is drawn between the years.
   Halved. The last entry keeps 0, as in the prototype. */
.award .yr,
.award .body{padding-bottom:14px}
.award:last-child .yr,
.award:last-child .body{padding-bottom:0}
