@page {
  size: 8.5in 10.5in;
  margin: 0;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  #masthead, #header, .icon-tags, .field-name-field-tags, .block-search, #fullwidth-bottom, #footer, #livechat-compact-container, #livechat-full, #lc_invite_layer, #lc_overlay_layer, #pullouts, #colorbox, #cboxOverlay, #toTop, #user-login {
  	display: none !important;
  }
  .container,
  .span9 {
  	padding: 50px 0;
  	width: 100%;
  }
  .post-meta {
  	text-align: center;
  }
  .navbar-static-top {
  	border: none;
  }
  p {
  	page-break-after: avoid;
  }
}