
/* TABELA POPUP */
table{
 border-collapse: collapse;
 width: 100%;
}
th {
  background-color: rgba(0, 0, 0, 1.0);
  color: white;
  border: 1px solid;
  height: 30px;
  text-align: center;
  padding: 5px;
}
td{
  border: 1px solid;
 text-align: center;
 padding: 3px;
}

.thconflitos2016{
  background-color: rgba(29, 73, 153, 0.8);
  color: white;
  border: 1px solid;
  height: 30px;
  text-align: center;
  padding: 5px;
}
.thconflitos{
  background-color: rgba(157, 185, 128, 1.0);rgba(0, 0, 0, 1.0);
  color: white;
  border: 1px solid;
  height: 30px;
  text-align: center;
  padding: 5px;
}
.img{
  margin-bottom: 5px;
  margin-top: 10px;
}
.relatorio{
  border-bottom: solid 2px;
  text-align:center;
}
.copy{
  text-align:center;
}
