/* PRINT: Styles for printed pages  */

html, body {
  color: black;
  background-color: white;
  margin: 0;
  border: none;
  box-shadow: none;
  height: auto;
  min-height: none;
}

th, td {
  color: black;
  background-color: white;
  page-break-inside: avoid;
}
li, img {
  page-break-inside: avoid;
}
#page {
  color: black;
  background-color: white;
  margin: 0;
  border: none;
  box-shadow: none;
  height: auto;
  min-height: none;
}
.wrapper {
	width: 100%;
}
#center {
	width: 100%;
}
.no_print, .no-print {
	display: none !important;
}
.dropmenu li {
	display: none !important;
}
.expand_print, #chat_history {
	height: auto;
	width: auto;
}