/*
Business directory plugin, used for sponsors
*/
/* make company name larger */
.title {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
/* remove VIEW buttons */
.view-listing {
    display: none;
}
