

.gcWebBodySection {
	width: 70%
	height: 30%;
}

.pedigreetree {
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
}

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

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

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

.pedigreetree li li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 5px;
	border-top: 1px solid #676767;
	width: 2vw;  /*   56px; */
}

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

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

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

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

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

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

.pedigreetree li div {
	border: 1px solid #676767;
	padding: 5px 5px;
	width: 250px;
	height: 65px;
	margin: 0;
	text-decoration: none;
	color: #666666;
	border-radius: 5px;
}

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

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

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

.pedigreetree span {
	border: 1px solid yellow;    /* #676767; */
	text-align: center;
	padding: 5px 5px;
	border-radius: 5px;
}
