@page { 
}

* {
 background: white;
 width: auto;
 text-align: justify;
 }

#header, #side_menu, #quickies, #top, #footer .third, .varovani, #menu, #a_top, noscript, .noprint{
  display: none;
}

#page, #page-inside, .xyz, .xy, .content, .with_sidemenu, .with_quickies{
  width: 100%;
  border: 0;
  float: none;
  position: static;
  margin: 0;
  padding: 0;
  font-family: OfficinaSanItcTEE, OfficinaSanItcT, "Geneva CE", lucida, sans-serif;
}

table {
  margin-left: 1px;
}

#footer {
  border-top: 1px solid black;
  margin-top: 10px;
  padding-top: 3px;
}

#footer .first {
  float: left;
  width: 125px;
  height: 40px;
}

#footer .second {
  float: left;
}

h1, h2, h3, a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: black;
}

table, td {
  border: 1px solid black;
  border-collapse: collapse;
  page-break-inside: avoid;
}

