#crm_results .expand .toggler {
	cursor: pointer;
}

#jquery-live-search a {
	display: block;
	clear: both;
}

#crm_results thead th.city,
#crm_results thead th.municipality,
#crm_results thead th.name {
	cursor: pointer;
}

#jquery-live-search {
	background: #fff;

	padding: 5px 10px;
	height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}