p.Male {
	color: blue;
}

p.Female {
	color: #c009c6;
}

p.Spouse {
	color: green;
}

p.Male, p.Female, p.Spouse, p.Unknow {
	margin: 0px;
	font-size: 14px;
}


.bg-grey {
  background-color: #ededed;
}

a.service {
	color: inherit;
}
a.service:hover {
	text-decoration: none;
	color: #F05F40;
}

span.expand_location {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer; 
	cursor: hand;
}


ul.surname {
    -moz-column-count: 9;
    -moz-column-gap: 20px;
    -webkit-column-count: 9;
    -webkit-column-gap: 20px;
    column-count: 9;
    column-gap: 20px;
}

.map-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}