/**
 * Styles for the Faculty of Computer Science internal pages - 2023
 * Print CSS
 */

@media print {
        * {background: transparent !important;color: black !important;box-shadow: none !important;text-shadow: none !important;filter: none !impor>        page {margin: 2.5cm;}
        html, body {width: 96%;max-width: 100% !important; magrin: 20px 0; overflow:auto !important;}
        body {background: #fff;font-family: Georgia, "Times New Roman", Times, serif;color: #000;font-size: 14px;}
        h1, h2, h3, h4, h5, h6 {font-family: Arial, Tahoma, Helvetica, sans-serif; font-weight:bold;}
        h1 {font-size:24px;}
        h2 {font-size:20px;}
        h3 {font-size:18px;}

        a {border: none;text-decoration: none;color: #000;}
        /* ===== Hide All Non-Printable Elements ===== */
        #menu1, #menu2, ul.accessibility-links, #footer, .extdfooter, #insdenav, #audnav, .pgbnnr img, .pgbnnr .logo, #breadcrumb, .threecol img, >        img {display: none !important;}
        form, #form-wrapper, iframe {margin: 0;padding: 0;border: none;}
        form input, form textarea {color: black;border-width: 0;border-bottom: 1px solid #000;width: 300pt;}
        form .action {display: none;}
        form fieldset {border: none;}
        ::-webkit-input-placeholder { /* WebKit browsers */color: transparent;}
        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: transparent;}::-moz-placeholder { /* Mozilla Firefox 19+ */color: transparent;}
        :-ms-input-placeholder { /* Internet Explorer 10+ */color: transparent;}
        input[placeholder], textarea[placeholder] {color: transparent;}

        table.stacktable { display: none !important; }
        table.contenttable {width: 90%; border-collapse:collapse; display: block;}
        table.contenttable th, table.contenttable td {padding: 6px 0;}
        table.contenttable th {text-align:center !important; border-top: 2px solid #000; border-bottom: 1px dotted #ccc;}
        table.contenttable td {border-bottom: 1px solid #ccc; border-collapse:collapse; width:auto; padding:5px; word-wrap: break-word; font-size:>        table.contenttable tr {page-break-inside:auto;}
}
