/* PRINT */

/* add this class to elements (div, other) that shouldn't be printed (header, navigation, footer) */
.no-print { display: none; }
