/*** IMAGES ***/
img {
    /*page-break-before: auto; *//* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    /*page-break-after: auto; *//* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    /*page-break-inside: avoid; *//* or 'auto' */
}

/*** LINKS ***/

/*** Add sections here to hide various parts of the site when printing ***/
#navigation, #sidebar, #topnav, #nav ul, button, #adminFeedbackInfo, .textStatusBar,
    .textNav, #playerContainer, .admin-edit, .printBtn, .printbtn, .no-print {
    display: none;
}

.textItem img {
    page-break-inside: avoid !important;
}
/* stop BS showing links everywhere */
a[href]:after {
    /*content: " (" attr(href) ")";*/
    content:none
}
.copyright, #footer {
    margin-top: 10px;
}