/* --- css stylesheet - print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: none transparent !important;
}
/* --- common --- */
.print {
  display: block !important;
}
/* --- mask --- */
div.web-all {
  width: auto;
}
/* --- end --- */
