@page {
  size: A4 auto;
  margin: 1cm;
}

@page rotated {
  size: landscape;
}

body, h1, h2, h3, h4, div, p, ul, ol, li, img, form, fieldset, input, label, dl, hr {
  margin: 0;
  padding: 0;
}

body#security-cz {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 1em;
  color: #000000;
  width: 19cm;
}

img {
  border: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}


a {
  text-decoration: underline;
}

a[href]:after {
	content: " [" attr(href) "]";
}

a[href|="#"]:after,
a[href|="javascript:"]:after {
	content: "";
	text-decoration: none;
}