.arredondado {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 10px;
	margin-left: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 0px;
	width: auto;
}

@media only screen and (max-width: 740px) {
	.arredondado {
		border-spacing: 0px 8px;
    margin-left: 0px;
	  margin-right: 0px;
    width: 100%;
	}
}

.arredondado tr {
	line-height:1.3;
	height: 1px;
}

.arredondado td {
	background: #F0F0F0;
	vertical-align: middle;
	border: 1px solid rgb(112, 112, 112);
	border-radius: 10px;
	max-width: calc(99vw - 34px);
	padding: 8px;
}

.arredondado th {
	cursor:pointer;
}

.seta-baixo {
	visibility: hidden;
}

.seta-baixo:before {
	content: "\25BC";
	visibility: visible;
	position: relative;
}

.seta-cima {
	visibility: hidden;
}

.seta-cima:before {
	content: "\25B2"; 
	visibility: visible;
	position: relative;
}
 
.hidden_tr {
	display: none;
}

/* 
// Sem grande suporte dos browsers
table:has(#Avaliados input:checked) .hidden_tr {
	display: table-row;
} */
