
.leftrighttree {
	font-family: arial, verdana, tahoma;
	font-size: 12pt;

}

.leftrighttree ul {
		text-decoration: none;
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 2vw;
		position: relative;}

.leftrighttree ul ul::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		border-top: 1px solid #676767;
		width: 2vw;}

.leftrighttree li {
		display: flex;
		flex-direction: row;
		align-items: center;
		position: relative;
		padding-left: 2vw;
		padding-top: 5px;
		padding-bottom: 5px;
}

.leftrighttree li li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		border-top: 1px solid #676767;
		width: 2vw;
}

.leftrighttree>li {
		padding-left: 0;
		&::before, &::after {display: none;}
}

.leftrighttree li li::after {
		content: "";
		position: absolute;
		left: 0;
		border-left: 1px solid #676767;
}

.leftrighttree li li:last-child::after {
		height: 50%;
		top: 0;
		border-left: 1px solid #676767;
}

.leftrighttree li li:first-child::after {
		height: 50%;
		bottom: 0;
		border-left: 1px solid #676767;
}

.leftrighttree li li:only-child::after { border: 0px solid; }

.leftrighttree li li:not(:first-child):not(:last-child)::after {
		height: 100%;
		border-left: 1px solid #676767;
}

.leftrighttree li div {
		border: 1px solid #676767;
		padding: 5px 5px;
		text-decoration: none;
		color: #666;
		display: inline-flex;
		border-radius: 5px;
}

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

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

.leftrighttree li div .spacer {
		display: flex;
		width: 2px;
		height: 5px;
		border-style: none;
}

.leftrighttree span {
		border: 1px solid #676767;
		text-align: center;
		padding: 5px 5px;
		border-radius: 5px;
}

.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-16.png');
	position: absolute;
	width: 16px;
	height: 16px;
	margin-left: -20px;
}
