body {
  font-size: 12pt;
}
.small {
  font-size: 80%;
}
.large {
  font-size: 160%;
}
h1 {
  font-size: 18px;
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  border-spacing: 0;
}
.border_all {
  border-style: solid;
}
.border_bottom {
  border-bottom-style: solid;
}
.border_top {
  border-top-style: solid;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.bottom {
  vertical-align: bottom;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
span.line,
span.line_dotted,
span.line_solid {
  min-width: 5em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.5em;
  line-height: 1;
}
.inline_dotted {
  text-decoration: underline dotted 1px;
  text-underline-offset: 3px;
  margin: 0 0.5em;
}
span.sign {
  min-width: 11em;
}
.line_solid {
  border-bottom-style: solid;
}
.line_dotted {
  border-bottom-style: dotted;
}
div>p {
  text-indent: 2cm;
}
.signature {
  text-align: center;
  padding-top: 40px;
}
.icon-uncheck:before {
  content: '';
}
.icon-check:before {
  content: "\02713";
}
.icon-uncheck:before,
.icon-check:before {
  font-family: Arial, Loma, Tahoma !important;
  text-align: center;
  min-width: auto;
  font-weight: bold;
  display: inline-block;
  border: 1px solid !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  margin-right: 5px;
  min-width: auto !important;
  min-height: auto !important;
  width: 0.6em !important;
  height: 0.6em !important;
  line-height: 0.3 !important;
  font-size: 1.3em;
}
.header {
  text-align: center;
  position: relative;
}
.header img {
  position: absolute;
  left: 0;
  bottom: 0;
}
table.data th,
table.data td {
  border-style: solid;
  padding: 0 5px;
}
