#most-viewed-this-week h2,
#most-viewed-today h2 {
	font-size: 14px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
#most-viewed-this-week li,
#most-viewed-today li {
	font-size: 14px;
	margin-bottom: 7px;
	list-style: disc;
}
#most-viewed-this-week li:hover,
#most-viewed-today li:hover {
	background-color: #d6fcd6;
}
#most-viewed-this-week a,
#most-viewed-today a {
	color: #000;
}