
.topdowntree {
		margin: 0;
		padding: 0;
		font-family: arial, verdana, tahoma;
		font-size: 12pt;
}

.topdowntree ul {
		padding-top: 20px;
		position: relative;
		transition: all 0.5s;
		display: flex;}

.topdowntree li {
		text-align: center;
		list-style-type: none;
		position: relative;
		padding: 20px 5px 0 5px;
		transition: all 0.5s;
}

.topdowntree li::before,.topdowntree li::after {
		content: '';
		position: absolute;
		top: 0;
		right: 50%;
		border-top: 1px solid #8c8c8c;
		width: 50%;
		height: 20px;
}

.topdowntree li::after {
		right: auto;
		left: 50%;
		border-left: 1px solid #8c8c8c;
}

.topdowntree li:only-child::after,.topdowntree li:only-child::before {
		display: none;
}

.topdowntree li:only-child {
		padding-top: 0;
}

.topdowntree li:first-child::before,.topdowntree li:last-child::after {
		border: 0 none;
}

.topdowntree li:last-child::before {
		border-right: 1px solid #8c8c8c;
		border-radius: 0 5px 0 0;
}

.topdowntree li:first-child::after {
		border-radius: 5px 0 0 0;
}

.topdowntree ul ul::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		border-left: 1px solid green;
		width: 0;
		height: 20px;
}

.topdowntree li div {
		border: 1px solid #8c8c8c;
		padding: 5px 5px;
		text-decoration: none;
		color: #666;
		display: inline-flex;
		border-radius: 5px;
		transition: all 0.5s;
}

.topdowntree li div .male {
		background-color: #8bcfe6;
		color: black;
		display: inline-block;
		width: 200px;
		height: 35px;
		padding: 5px;
		border-radius: 5px;
}

.topdowntree li div .female {
		background-color: #ff9dab;
		color: black;
		display: inline-block;
		width: 200px;
		height: 35px;
		padding: 5px;
		border-radius: 5px;
}

.topdowntree li div .fmale {
		background-color: #8bcfe6;
		color: black;
		display: inline-block;
		width: 270px;
		height: 50px;
		padding: 5px;
		border-radius: 5px;
}

.topdowntree li div .ffemale {
		background-color: #ff9dab;
		color: black;
		display: inline-block;
		width: 270px;
		height: 50px;
		padding: 5px;
		border-radius: 5px;
}


.topdowntree li div .spacer {
		display: inline-block;
		width: 10px;
}

.bloodLinkIco:After {
	content: '';
	background: url('../miscImages/star-19-8.png');
	position: absolute;
	width: 8px;
	height: 8px;
	margin-left: 4px;
}

.bloodIco:Before {
	content: '';
	background: url('../miscImages/star-19-8.png');
	position: absolute;
	width: 8px;
	height: 8px;
	margin-left: -10px;
}


.sigOIco:before {
	content: '';
	background: url('../miscImages/link-12.png');
	position: absolute;
	width: 12px;
	height: 12px;
	margin-left: -20px;
}
