/* extraido de css/style.css (Fase 3) - usado em lista_empresas.php, sobre_empresas.php e lista_empresas-orcamento.php
   (formulario de comentario/avaliacao injetado via AJAX de comentariosdaempresa.php, mais o
   formulario de orcamento proprio de lista_empresas-orcamento.php, que reusa as mesmas classes) */
.tablecomentario {
	width: 100%;
	border: none;
}

@media screen and (min-width:10px) and (max-width:320px) {
	.poi-write-review {
		width: 82%;
	}

	.poi-write-reviewtexto {
		width: 90%;
	}

	.tablecomentario {
		width: 96%;
	}
}

@media screen and (min-width:321px) and (max-width:640px) {
	.poi-write-review {
		width: 90%;
	}

	.poi-write-reviewtexto {
		width: 98%;
	}

	.tablecomentario {
		width: 96%;
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	.poi-write-review {
		width: 82%;
	}

	.poi-write-reviewtexto {
		width: 98%;
	}

	.tablecomentario {
		width: 100%;
	}
}

@media screen and (min-width:769px) and (max-width:1000px) {
	.poi-write-review {
		width: 82%;
	}

	.poi-write-reviewtexto {
		width: 98%;
	}

	.tablecomentario {
		width: 100%;
	}
}
