/* 
================================
PRINT STYLES
================================
*/
@media print {
  .header, .footer, .sub-col {
    display: none; }

  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    font-family: Arial, Helvetica, sans-serif; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  /* end print styles */ }
