/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
    @page {
        margin: 1em;
    }

    body {
        color: #000;
        background: #fff;
        font-size: 10pt;
    }

    h1 {
        font-size: 14pt;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    blockquote, table, pre {
        page-break-inside: avoid
    }

    ul, ol, dl {
        page-break-before: avoid
    }

    a {
        text-decoration: none;
    }

    a[href]:after {
        content: none !important;
    }

    img {
        max-width: 100% !important;
    }

    #rightColumn,
    .headerWide,
    .topNavAreaWide,
    .followQuestion,
    .footer,
    .otherQuestions,
    .rating,
    .button,
    .online-small,
    .commentsLink,
    .actions,
    .answerActions,
    .commentsSection .addNew {
        display: none;
    }

    .body ~ div {
        display: none;
    }

    .commentsSection {
        display: block;
    }
}