body {
  font-family: "Trebuchet MS","Arial",sans-serif;
  font-size: 10pt;
  margin: 0px;
}
section {
  width: 710px;
  margin: 0px auto;
  position: relative;
  padding: 30 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
td {
  padding: 4px 8px;
  border: none;
}
th {
  text-align: center;
  padding: 6px 8px;
  font-weight: bold;
  background-color: #ddd;
}
.desc {
  width: 60%;
}
.crit {
  width: 20%;
  text-align: center;
}
.conf {
  width: 20%;
  text-align: center;
}
.first {
  width: 50%;
  text-align: left;
}
.second {
  width: 50%;
  text-align: right;
}
.info_analise {
  display: flex;
  flex-wrap: wrap;
}
.info_analise .title {
  width: 100%;
  text-align: center;
}
.info_analise .subtitle {
  width: 100%;
  text-align: center;
}
.info_analise .info {
  width: 100%;
}
.data {
  text-align: left;
}
.perc {
  text-align: left;
}
.apresentacao p {
  text-align: justify;
}
.consid {
  margin-top: 3em;
}
.categoria {
  background-color: #ddd;
  padding: 10px;
}
.tr_bottom {
  border-bottom: 1px solid #000;
  border-top: none;
}
.tr_top {
  border-top: 1px solid #000;
  border-bottom: none;
}
.b_desc {
  font-size: 1.1em;
}
.fulltd {
  text-align: justify;
}
b {
  font-size: 1.05em;
}