body
{
  text-align: justify
}

h1
{
  text-align: center
}
h2
{
  text-align: center
}
h3
{
  text-align: left;
  margin-bottom: 0.5em;
}

h1, h2, h3 {
    page-break-after: avoid;
}

.preambule {
  font-weight: bold
}

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

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

.termin
{ display: absolute;
  width: 90%;
  margin-left: 5ex;
  page-break-before: avoid;
}

.termin td
{
  width: 50%;
  text-align: left
}

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