#edit-contato-de-retorno {
	border: var(--bs-border-width) solid var(--bs-border-color);
	padding: 20px;
	border-radius: var(--bs-border-radius);
	margin-top: 35px;
}
#edit-contato-de-retorno legend {
	margin-top: -30px;
	background-color: #FFF;
	width: auto;
	padding: 0 10px;
}
#setor_relacionado_table {
	margin-top: 20px;
}
.form-item-setor-relacionado .webform-multiple-table .tabledrag-toggle-weight-wrapper, 
.form-item-setor-relacionado .webform-multiple-table thead, 
.form-item-setor-relacionado .webform-multiple-add {
	display: none;
}
.form-item-setor-relacionado .webform-multiple-table tbody tr td.webform-multiple-table--operations > input {
	display: inline-block;
}
.form-item-setor-relacionado .webform-multiple-table tbody tr:first-of-type td.webform-multiple-table--operations > input:not(:first-of-type) {
	display:none;
}