body {text-align: justify}
h1, h2, h3 {text-align: center; page-break-after: avoid}
.preambule {font-weight: bold}
h1, .titul {text-transform: uppercase; text-align: center}
h3+ol {
    /*border: 2px solid;*/
    padding-left: 1.5em;
}
ol {
    list-style: decimal;
}
ol ol, ol.pismeno, p+ol {list-style: lower-latin}

.podpis
{
  margin: auto;
  margin-top: 3cm;
  width: 70%;
  page-break-inside: avoid;
}

.podpis td
{
  text-align: center;
  padding: 0.22em;
}

#nastenka {
  margin-top: 1cm;
}

blockquote {
    font-style: italic;
}

@media print {
    a {
        text-decoration: inherit;
        color: inherit
    }
}
