/* CSS Document */
/************

Juntes Anteriors

*************/
table#juntes_anteriors {
margin-bottom:50px;
}

#retornApi table,
#retornApi table tbody,
#retornApi table tbody tr {
  border:none !important;

}

#retornApi table thead th {
  border-bottom-color:#9f3352;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#retornApi table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 5px;
  border-color:white;

}

#retornApi table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 5px;
  border-color:white;

}
#retornApi table td {
  width: 50%;
}

#retornHTML .form-group.row {
  margin-bottom:.5rem;
}
#retornHTML #juntes_anteriors {
  background-color: #eee;
  padding: 3rem;
  border-radius: .25rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #retornHTML button#btnapi {
    width: 100%;
  }
}

#retornApi .table-total {
  width: 100%; }

#retornApi legend {
  font-size: 1.1em; }

#retornApi .form-group {
  padding: 0 5px; }

#retornApi .col-md-12 {
  margin-bottom: 20px; }
