/**
 * Print Style Sheet
 */
@media print {
  /**
     * Sidebar
     */
  #tabbed-sections,
  #box-jobs,
  footer,
  #box2,
  #box3,
  #box4,
  .curated-by {
    display: none;
  }
  .logo {
    width: 150px;
    height: auto;
    margin: auto;
  }
  a:after {
    font-size: .8em;
    font-weight: normal;
    display: block;
    content: ' (' attr(href) ') ';
  }
  .col-md-8 {
    width: 100%;
  }
}
