/* Print-only CSS */

/* Hide non-syllabus elements */

/* Remove/adjust syllabus margin/border/padding/background */
html {background-color:#ffffff !important; /*font-size:1rem !important;*/}
body {margin:0 !important; background-color:#ffffff !important;}
#content {margin:0 !important;}
.syl-top, .syl-bottom {display:none !important;}
.syl {max-width:none !important; margin:0 -15px 0 -47px !important; border:none !important; box-shadow:none !important; overflow: hidden !important;}
.syl-item-content {padding-right:0px !important;}

.snippet #syllabus {margin:0px !important;} /* Remove double margins when Syllabus item is selected */

/* Enlarge font */
html {font-size:1.25rem !important;}

/* Normalize page margin across browsers */
/* Override BS4 A3 page size, Not needed in Bootstrap v5 */
@page {size:auto !important; margin:0.5in !important;}

/* Remove new tab icon after link so that URL is shown in place */
.syl-item-content a[target="_blank"]:after {font:inherit !important; content:" (" attr(href) ")" !important; padding:0px !important; white-space:normal !important;}

/* Remove edit artifacts if printing from edit syllabus page */
.syl-item-edit-controls {display:none !important;}
.syl-item-edit-controls-offset-l1, .syl-item-edit-controls-offset-l2 {display:none !important;}
.syl-edit .syl-item-content {background-color:#ffffff !important; border:none !important;}

/* Check for Firefox as flex layouts do not print properly */ 
@supports (-moz-orient:vertical) {.row {display:block !important;}}
