/* PRINT: Styles for printed pages  */

th,td {
  color: black;
}
#page {
	width: 100%;
	border: 0.1em solid black;
}
#center {
	width: 100%;
}
.no_print {
	display: none !important;
}
.expand_print, #chat_history {
	height: auto;
	width: auto;	
}