<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainpage-features .featuredtitle {
	color: #fff;
	font-size:16px;
	padding: 4px 12px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #194775;
	background: -moz-linear-gradient(left,#194775 0%,#fff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#194775),color-stop(100%,#fff));
	background: -webkit-linear-gradient(left,#194775 0%,#fff 100%);
	background: -o-linear-gradient(left,#194775 0%,#fff 100%);
	background: -ms-linear-gradient(left,#194775 0%,#fff 100%);
	background: linear-gradient(to right,#194775 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#194775',endColorstr='#ffffff',GradientType=1);
}


#mainpage-features .featuredproducts {
   float: left;
   width: 25%;
   text-align: center;
   font-size: 14px;
}

#mainpage-features .featuredproducts img {
	max-width: 100%;
	height: auto;
}

#mainpage-features a {
	display: block;
	padding: 15px;
}
</pre></body></html>