
#resultList > li
{
	max-width: 700px;
	
	mc-hidden: hidden;
}
#resultList > li > div.description
{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
	mc-hidden: hidden;
}
.url cite
{
	line-height: 2.2em !important;
	mc-hidden: hidden;
}
