@page {
  size: A4 auto;
  margin: 1cm;
}

@page rotated {
  size: landscape;
}

* {
  margin: 0px;
  padding: 0px;
}

body#obchodni-rejstriky {
  font-family: Tahoma, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 1em;
  color: #000000;
  width: 19cm;
}

img {
  border: 0px;
}

a {
  text-decoration: underline;
}

a[href]:after {
  content: " [" attr(href) "]";
}

a[href|="#"]:after,
a[href|="javascript:"]:after {
  content: "";
  text-decoration: none;
}