body {
  padding-bottom: 0;
  letter-spacing: 0;
}

/* Nicer scrollbars on Chrome 29+. This is intended for Windows machines, but
 * there's not a way to target Windows using CSS, so Chrome on Mac will have
 * slightly thinner scrollbars than normal. #C1C1C1 is the default color on Macs. */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  * {
    scrollbar-color: #C1C1C1 transparent;
    scrollbar-width: thin;
  }
}
