/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  img {
    display: none;
  }

  body {
    font-size: 12px;
  }

  header {
    margin-top: 0;
  }
  header #headshot {
    max-width: 130px;
  }

  .github-corner {
    display: none;
  }

  .content-container {
    margin: 0 0 0 2em;
  }

  ul {
    padding: 0 0 0.5em 1em;
  }

  ul.links {
    display: none;
  }

  footer {
    display: none;
  }
}