
/******************/
/*styles for print*/
/*@media print  must be at the bottom of this document*/
/******************/


#auth-confirm, #cover-page{
	display:none;
}
ul#cssmenu ul {
	display:none;
	visibility:hidden;
}
#header{
	position: relative !important;
	top:0
}

#watchme{
	top:5px !important;
}

.block{
	display:none;
}


/*Question page*/
ul#ul_parts li{
	page-break-inside: avoid;
	color:red !important;
}

.question-comment + span {
	-webkit-print-color-adjust: exact;
}
#message_form_div,
#KBDialog{
	display: none !important;
}

@page {
	size: auto;   /* auto is the initial value */
	margin-bottom: 5%;
}