<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	margin: 18px 0 8px 0;
	padding-left: 8px;
	color: #aaa;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}
h2 {
	font-size: 28px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
	color: #b98282;	
	font-weight: normal;
}

h4 {
	text-align: center;
	font-weight: bold;
}
h3 {
	color: #6091a5;
	font-weight: bold;
	margin-bottom: 6px;
}
#featured-product-lines img {
	margin: 0 auto;
}
#bhn-hp-left-column {
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 6px 6px;
	padding-bottom: 10px;
}
	#bhn-hp-left-column &gt; h3:first-child {
		color: #b98282;	
		text-align: left;
		margin-top: 26px;
		font-size: 18px;
	}
		#bhn-hp-left-column .list-group i.fa-star {
			font-size: 0.9em;
		}
		#bhn-hp-left-column .list-unstyled i.fa-check {
			color: #6091a5;
		}
	#bhn-hp-left-column .list-group .list-group-item:first-child,
	#bhn-hp-left-column .list-group .list-group-item:last-child	{
		border-radius: 0;
	}
	
@media screen and (max-width: 991px) {
       #bhn-hp-left-column {
		   border: none;
		}
}</pre></body></html>