.button.btn-editar {
  width: 100%;
}

.dataTables_length select {
  width: 60px;
}

.formulario_denuncia label {
  font-weight: 600;
}

.wp-core-ui .formulario_denuncia .button.button-danger {
  background-color: red;
  border-color: #a60000;
  color: white;
}
.wp-core-ui .formulario_denuncia .button.button-danger:hover {
  background-color: #fd5a5a;
  border-color: #a04848;
  color: white;
}
