/* Print Media */
@page {
    margin: 0.75in 0.5in;
}
@media print {
    body {
        padding-top: 0;
        padding-bottom: 0;
    }
    .noprint,
    .nav,
    .widget-container,
    .carousel a.btn,
    a[href]:after,
    #plDebug,
    #plDebugToolbar,
    #plDebugToolbarHandle,
    #auth-user,
    #facebook-like,
    #twitter-tweet,
    #social-media,
    #social-media-icons {
        display: none !important;
    }
    .navbar,
    .navbar-inner,
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner,
    blockquote.well {
        border: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-fixed-bottom .navbar-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-header {
        margin: 0 0 5px 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        margin: 40px 0 5px 0;
        font-weight: bold;
    }
    .wrapper {
        padding-bottom: 0;
    }

    /* Drop font-size to that of headers two levels down, so they don't print
     * quite as big as they appear on the screen.
     */
    h1 { font-size: 24px; line-height: 36px; }
    h1 small { font-size: 20px; line-height: 36px; }
    h2 { font-size: 20px; line-height: 32px; }
    h3 { font-size: 18px; line-height: 24px; }
    h4 { font-size: 18px; line-height: 24px; }

    .container {
        margin-left: 4em;
        margin-right: 2em;
    }
    .scope-sign {
        page-break-inside: avoid;
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }

    /* Annual Forecasts */
    #annual-forecast,
    #annual-forecast p,
    #annual-forecast li,
    #annual-forecast th,
    #annual-forecast td,
    #annual-forecast dt,
    #annual-forecast dd {
        font-size: 18px;
        line-height: 24px;
    }
    #annual-forecast #opening-quote {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    #annual-forecast blockquote,
    #annual-forecast blockquote p {
        font-size: 18px;
        line-height: 24px;
    }
    #annual-forecast blockquote small {
        font-size: 18px;
        line-height: 24px;
    }

    #annual-forecast #introduction {
        page-break-after: always;
    }
    #annual-forecast #introduction p {
        page-break-inside: avoid;
    }
    #annual-forecast #annual-forecast-body section,
    #annual-forecast #annual-forecast-body .section,
    #annual-forecast #mantra {
        page-break-inside: avoid;
    }
    #annual-forecast #mercury-retrograde,
    #annual-forecast #lucky-days,
    #annual-forecast .birthday {
        page-break-inside: avoid;
    }
}
