<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#reviewsId {
	margin-top: 0px
}

#mReviewsForm {
	margin-top: 20px
}

#revFinal {
	text-align: center;
	text-align: center
}

div.mReviews {
	margin: 0px auto;
	width: auto;
	border-radius: 5px;
	position: relative;
	background: #f1f1f1;
	margin: 10px 0
}

div.mReviewsInn {
	padding: 20px;
	border: 0px solid red;
	overflow: hidden;
	position: relative
}

div.mReviews h2 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase
}

div.mReviews img {
	box-shadow: 0 0 0 black !important
}

div.mReviews div.title {
	
	
	text-align: left;
	font-weight: bold;
	color: #666666;
	
}

div.mReviews div.title span {
	font-weight: normal;
	color: gray
}

div.mReviews div.text2 {
	
}

div.mReviews div.text2 input.text {
	
}

div.mReviews div.text2 textarea.area {
	
}

div.mReviews div.itemimg {
	width: 70px;
	height: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-right: 8px;
	border: 0px solid red
}

div.mReviews div.itemimg img {
	border-radius: 0px;
	margin-left: 0px;
}

div.mReviews div.item {
	overflow: hidden;
	padding: 7px 10px;
	border-bottom: 1px solid #c5c5c5;
	box-shadow: 0 0 0px #977c44;
	border-radius: 5px;
	margin: 0px 5px 0 5px;
	position: relative;
}

div.mReviews div.item:hover {
	box-shadow: 0 5px 5px #c5c5c5;
}

div.mReviews div.item div.title {
	text-transform: uppercase;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	margin: 0px !important;
	padding: 0px !important
}

div.mReviews div.item div.title span {
	color: #777777
}

div.mReviews div.item div.img {
	display: block;
	width: auto;
	right: 10px;
	top: 10px;
	position: absolute;
	text-transform: uppercase;
	font-size: 10px;
}

div.mReviews div.item div.text {
	font-size: 14px;
	padding-right: 100px;
	width: 410px;
}

div.mReviews div.rating {
	color: gray;
	text-align: right;
	width: auto;
	position: absolute;
	right: 0px;
	top: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold
}

div.mReviews div.rating span {
	color: #ff6d00;
	font-size: 14px;
	padding-right: 5px;
}

div.mReviews div.hide {
	display: none
}

#vozd {
	width: 12px;
	float: left;
	height: 20px;
	border: 0px solid red
}</pre></body></html>