/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Pricing page */
    #top-header, .hf-menu, .btn-signup, .plan_type, .print-signup a, .print-signup span, .print-button, .print-footer-top, footer {
      display: none !important;
    }
    .print-logo {
      margin: auto !important;
      width: 150px !important;
      float: none !important;
    }
    .print-logo a[href]:after {
      content: none !important;
    }
    .pri_container {
      border: 1px solid #CCC !important;
    }
    .mighty .pri_head {
      margin-top: -20px;
    }
    .mighty .band {
      background: #FFF !important;
      border: 1px solid #CCC !important;
    }
    .pri_container {
      margin-right: 18px;
    }
    .sub-heading {
      border-top: thin solid #303030;
    }
    .ctable-subsection .ctable-row {
      border-left: thin solid #303030;
      border-right: thin solid #303030;
    }
    .ctable-heading .popular_h, .ctable-heading .mighty_h, .ctable-heading .fantastic_h, .ctable-heading .enterprise_h {
      padding: 20px 0;
      margin-bottom: -26px;
      border: thin solid #303030;
    }
    .ctable-heading .ctable-col:first-child {
      width: 245px;
    }
    .sub-heading .ctable-col {
      padding-top: 20px;
    }
    i.print-icon {
      display: block;
      width: 50px;
      height: 20px;
      margin: auto;
    }
    .pricing-hint {
      left: 100px;
      top: 10px !important;
    }
    .print-footer {
      border-top: thin solid #303030;
    }
    .print-main-para {
      padding: 0 90px 0 50px;
    }
}
