/* PRINT: Styles for printed pages and PDF generation  */

th, td {
  color: black;
  background-color: white;
  page-break-inside: avoid;
}
li, img {
  page-break-inside: avoid;
}
#page {
	width: 100%;
}
.wrapper {
	width: 100%;
}
#center {
	width: 100%;
}
.no_print, .no-print {
	display: none !important;
}
.dropmenu li {
	display: none !important;
}
.awesome, .cms_buttons, .admin {
	display: none !important;
}
.expand_print, #chat_history {
	height: auto;
	width: auto;
}