/*------------------------------------------------------------------
[Basic info about this CSS]

Site: Msza Swieta
Dla: Wydawnictwo Hlondianum
Autor: Lukasz Bachur, Frisk Web, kodowane recznie
Type: print stylesheet
-------------------------------------------------------------------*/

h1.section_header {
  border-bottom: 1px dotted #c0c0c0;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}

h1.section_header span {
  color: #666;
  font-size: 15px;
  line-height: 150%;
}

h2.article_from {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 5px 0;
}

.left_column {
  /*page-break-after: always;
  page-break-before: always;*/
  page-break-inside: avoid;
}

#navigationcontainer,p.go_back, #footer, p.print_download, .right_column, .go_to_full_ver, img, ul {
  display: none;
}

div#print_footer {
  font-style: italic;
  font-weight: bold;
}

pre {
  overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */ /* width: 99%; */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
