li.clarity a {
	filter:alpha(opacity=50); 
	opacity: .5;
}

li.clarity a:hover {
	filter:alpha(opacity=100); 
	opacity: 1;
}

li.clarity a img {
	height: 16px;
	width: 104px;
}

blockquote
{
border: 1px solid rgb(15, 169, 229) ! important; 
margin: 10px ! important; 
padding: 10px ! important; 
font-size: 13px ! important; 
font-weight: normal ! important; 
line-height: 20px ! important; 
font-style: normal ! important; 
text-decoration: none ! important; 
color: rgb(0, 0, 0) ! important; 
background-color: rgb(231, 244, 252) ! important; 
white-space: normal ! important; 
cursor: pointer ! important;
}