<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#whisperer-block {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	width: 373px;
	margin: -1px 0px 0px 0px;
	z-index: 9999;
}
#whisperer-block .whisperer-row {
	cursor: pointer;
	display: block;
	height: 51px;
	padding: 5px;
	background: #fff;
	-webkit-transition: background 0.25s ease-in-out;
	-moz-transition: background 0.25s ease-in-out;
	-ms-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
#whisperer-block .whisperer-row:hover, #whisperer-block .whisperer-row-active {
	background: #ddedfa;
}
#whisperer-block .whisperer-row + .whisperer-row {
	border-top: 1px dotted #cccccc;
}
#whisperer-block .whisperer-row a.image {
	width: 50px;
	height: 50px;
	margin: -5px 5px 0px 0px;
	display: block;
	float: left;
}
#whisperer-block .whisperer-row a.title {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: 600 !important;
	font-size: 12px !important;
	height: 20px !important;
	line-height: 20px !important;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
}
#whisperer-block .whisperer-row a.title span.price {
	float: right;
	margin-top: 0px;
}
#whisperer-block .whisperer-row a.description {
	float: right !importat;
	margin: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 10px !important;
}
#whisperer-block .whisperer-row a.title span.price-old {
	float: right;
	color: red;
	margin-right: 3px;
	text-decoration: line-through;
}
#whisperer-block .whisperer-row a.title span.price-new {
	float: right;
}</pre></body></html>