<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.T3250 .inner .info_comment, .T3250 .inner .error {
	font-size: 13px;
	background-color: #E3E3E3;
    padding: 5px;
    margin-bottom: 10px;
    width: 70%;
}

.T3250 .inner .error {
	font-weight: bold;
}

.T3250 .inner .info_comment span {
    font-weight: bold;
}


.T3250 input[name="TraminoCommentName"], .T3250 input[name="TraminoCommentSubject"] {
	width: 25%;
	font-size: 16px;
	margin-bottom: 15px;
}

.T3250 textarea[name="TraminoCommentText"] {
	width: 70%;
	height: 150px;
	font-size: 16px;
}

.T3250 .comment_button {
	margin-top: 20px;
}
.T3250 .comments { margin: 35px 0px 20px 0px; }

.T3250 .comments .info {
	text-align: end;
}

.T3250 .no_comment {
	padding-top: 25px;
	color: #CCC;
}

.T3250 .comment {
	margin: 10px 0px;
	padding: 5px 10px;	
}

.T3250 .comment.border {
	border-bottom: 1px solid #ccc;
}

.T3250 .comment .autor {
	margin: 0px 0px 8px 0px;
}

.T3250 .comment .user_comments {
	margin-left: 15px;
	border-left: 3px solid #DDD;
}

.T3250 .comment .answer {
	background-color: #E8E8E8;
	margin-left: 5px;
}
.T3250 .comment .answer_comment {
	font-size: 14px; text-align: end;
}@media all and (min-width: 1024px) and (max-width: 1279px) {

}

@media all and (min-width: 768px) and (max-width:1023px) {

	.T3250 input[name="TraminoCommentName"], .T3250 input[name="TraminoCommentSubject"] { width: 50%; }
	.T3250 textarea[name="TraminoCommentText"] { width: 100%; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3250 input[name="TraminoCommentName"], .T3250 input[name="TraminoCommentSubject"] { width: 75%; }
	.T3250 textarea[name="TraminoCommentText"] { width: 100%; }
}

@media all and (max-width: 567px) {
	.T3250 input[name="TraminoCommentName"], .T3250 input[name="TraminoCommentSubject"] { width: 100%; }
	.T3250 textarea[name="TraminoCommentText"] { width: 100%; }
}

</pre></body></html>