h1,
h2,
#your-mantra-for-2017 p {
    text-align: center;
}

blockquote p {
    margin-bottom: 0;
}

.email #annual-forecast .section {
    padding-bottom: 2.5em;
}

@media print {
    @page {
        margin: 0.70in 0.50in 0.70in 1.30in;
    }

    #annual-forecast h3 {
        margin-top: 20px;
    }

    #annual-forecast #mercury-retrograde {
        /* Mercury Retrograde section is large enough this year, we can break inside it. */
        page-break-inside: auto;
    }
    #annual-forecast #your-mantra-for-2017,
    #annual-forecast #lucky-days-for-2017 {
        /* Don't break inside these small sections */
        page-break-inside: avoid;
    }

    #and-here-it-is h1 {
        /* match margin for "#annual-forecast h2", from global "georgia.css" */
        margin: 5px 0;
    }

    .section {
        margin-right: 0.20em;
    }

    .section p {
        line-height: 1.60em;
        padding-bottom: 0.5em;
    }

    #annual-forecast .section:after {
        padding: 2.25em 0 1.25em 0;
        page-break-inside: never;
    }

    #annual-forecast .section:last-child:after {
        display: none;
    }

    /* Sign-by-sign over-rides */
    #taurus #romance-and-relationships      { page-break-before: always; }
    #taurus .highlight-november             { page-break-before: always; }
    #sagittarius #a-sneak-peek-beyond       { page-break-before: always; }
    #pisces #highlights-month-by-month      { page-break-before: always; }
    #pisces .highlight-june                 { page-break-before: always; }
    #pisces .highlight-november             { page-break-before: always; }
    #libra #and-here-it-is                  { page-break-before: always; }
    #libra .highlight-february              { page-break-before: always; }
    #leo .highlight-september               { page-break-before: always; }
    #capricorn #home-family-and-real-estate { page-break-before: always; }
    #capricorn .highlight-june              { page-break-before: always; }
    #capricorn .highlight-november          { page-break-before: always; }
    #cancer .highlight-march                { page-break-before: always; }
    #aries .highlight-october               { page-break-before: always; }
    #aquarius #romance-and-relationships    { page-break-before: always; }
    #aquarius .highlight-june               { page-break-before: always; }
    #aquarius .highlight-december           { page-break-before: always; }
}

