/*
 * Styles for the dedicated print-friendly page (print.php).
 */

* {
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    background: #fff;
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}

.print-header {
    border: none;
    margin-bottom: 20px;
    text-align: left;
}

.print-logo {
    height: 60px;
    width: auto;
}

.print-btn {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    float: right;
    font-family: inherit;
    font-size: 11pt;
    margin-bottom: 20px;
    padding: 6px 14px;
}

.print-breadcrumb {
    clear: both;
    color: #333;
    font-size: 10pt;
    margin-bottom: 20px;
}

#content, .print-content {
    background: none;
    border: none;
    color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4 {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    page-break-after: avoid;
}

#content h1 {
    font-size: 20pt;
}

#content h2 {
    font-size: 16pt;
}

/* Accordion sections are never turned into a jQuery UI widget on this page, so
   they're always rendered as plain, fully expanded headings/content. */
#content h3.accordion-header {
    background: none;
    border: none;
    font-size: 14pt;
    margin: 16px 0 6px;
}

#content .accordion-panel {
    display: block;
    margin-bottom: 12px;
    page-break-inside: avoid;
}

#content a {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
}

.print-link-url {
    color: #444;
    font-size: 9pt;
    word-wrap: break-word;
}

#content table.resource-table {
    border-collapse: collapse;
    margin: 10px 0;
    page-break-inside: avoid;
    width: 100%;
}

#content table.resource-table td {
    border: 1px solid #ccc;
    padding: 6px;
}

@media print {
    .no-print {
        display: none !important;
    }

    a {
        color: #000 !important;
    }
}
