<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** column layouts  ***/
.kw .footerContainer{
	overflow:hidden;
}

.kw .footerContainer .colLeft{
	float:left;
	width:50px;
}

.kw .footerContainer .colRight{
	float:right;
	width:370px;
	
}

.kw .footerContainer .colMain{
	width:500px;
	float:left;
	margin-top:-16px;
	
	
}
*+html .kw .footerContainer .colMain{
	width:500px;
	float:left;
	margin-top:0px;
	
	
	
}
.kw .footerContainer p{
	font-size:.9em;
	font-weight:bold;

	color:#666;
}

.kw .colInputLeft{
	float:left; width:50px;
}
.kw .colInputMain{
	float:left; width:78%;
}

.kw .colInputRight{
	float:right; width:50px;
}
 .kw .inputLeft{
	float:left; width:190px;
}
.kw .inputRight{
	float:right; width:190px;
} 
.kw .privacy{
	font-size:.7em;
	padding:20px;
	text-align:center;
}
.kw .privacy a{
	text-decoration:underline;
	color:#b40000;

}
.kw .privacy .jdpowersDisclaimer{
	display:block;
}</pre></body></html>