#area_in {  
    width: 850px;  
    padding: 8px;  
    border: 1px solid #ccc;  
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inf_trab {
    background-color:antiquewhite;
    font-size: 1rem;
    font-family: sans-serif;
    border-radius: 4px; 
}
.inf_trab h4{
    text-align: center;
    font-size: 2rem;

}
#area_in2 {
    opacity: 0;
}
#botaoexcluir {
    width: 100px;
    cursor: pointer;
    box-shadow: 0px 0px 2px gray;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    color: black;
  }
  
#botaoexcluir:hover {
      background-color: red;
      color: black;
  }
  
input[type="radio"] {
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}