/* --- css stylesheet for print - synottip_portal --- */
/* --- global --- */
html , html * , body , body * {
  background: none transparent !important;
}
/* --- special --- */
.print {
  display: block;
  margin-top: 30px;
  border: 1px solid #E5E5E5;
  border-width: 1px 0px 1px 0px;
}
/* --- mask --- */
div.web-top {
  display: none;
}
div.web-all {
  width: auto;
}
div.web-left {
  display: none;
}
div.web-center {
  width: auto;
  float: none;
}
div.web-right {
  display: none;
}
div.web-bottom {
  display: none;
}
/* --- web-content --- */
div.web-content {
  margin: 0px;
}
/* --- form --- */
.button01 , .button02 , .button03 , .button04 {
  visibility: hidden;
}
/* --- paging --- */
div.paging {
  border: 1px solid #E5E5E5;
  border-width: 1px 0px 1px 0px;
}
