/* 
Example class for article lists. In this case, our outer div would have a class
of 'summary-list'. Inner styles would be applied to the titles and summary fields.
*/
.summary-list .lr-list-title {
	font-weight: bold;
	display: block;
}
.summary-list .lr-list-summary {
	font-weight: normal;
	font-size: 0.8em;
}
.dropdown-menu>li>a:hover {
background-color: #000;

}