html {
  margin: 0;
}
body {
  background: white;
  color: black;
  line-height: 12pt;
  font-size: 10pt;
}

div, p, li {
  text-align: justify;
  margin-left: 0.5cm;
}

h1 {
  padding-bottom: 0.2em;
  border-bottom: thin solid;
  margin-top: 0.1cm;
  font-size: 18pt;
  font-weight: bolder;
}

h2 {
  margin-left: 0.1cm;
  font-size: 14pt;
  font-weight: bold;
  page-break-before: auto
}

h3 {
  margin-left: 0.2cm;
  margin-bottom: 0.1cm;
  font-size: 11pt;
  line-height: 11pt;
  page-break-before: auto
}

ul {
  list-style: outside;
}

li {
  font-size: 10pt;
  text-align: left;
}

img {
  border: none;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 0 0px;
}

a:after {
  content: ' [' attr(href) '] ';
  font-weight: normal;
}

#photo {
  width:100px;
  height:100px;
}

#civil {
  margin-bottom:1cm;
}

#print {
  display: none;
}

#logo {
  display: none;
}

.position, dt, li, p, img, a {
  page-break-inside: avoid;
}
