.birthdate-highlight ul {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

.birthdate-highlight ul li {
	padding-left: 0 !important;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.birthdate-highlight ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.birthdate-highlight ul li:before {
	content: none !important;	
}

.birthdate-highlight .avatar {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50px;
	background: #947763;
}

.birthdate-highlight .avatar img {
	width: 100%;
}

.birthdate-highlight .person {
	font-weight: bold;
}
.birthdate-highlight .person span {
	display: block;
	font-style: italic;	
	font-weight: normal;
}

.birthdate-next ul li {
	overflow: hidden;
}
.birthdate-next .birthdate {
	float: right;
	font-style: italic;	
	margin-right: 5px;
}