
h1 {
    color:#FA9A39;
}

#LineageContainer p { padding-bottom:50px;}

#LineageContainer a {
    text-decoration: none;
}

#LineageContainer a:hover {
    font-weight: bold;
}

ul.tree {
    margin: 30px 0 0 0;
    padding: 0;
    font-family:'Arial', sans-serif;
}

.tree ul {
    margin:0;
    padding: 0;
    margin-left: 30px;
}

.tree li {
    list-style-type: none;
    margin:10px;
    padding: 0;
    position: relative;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-7px;
    left:-30px;
    border-left: 1px solid #550000;
    border-bottom:1px solid #550000;
    border-radius:0 0 0 0px;
    width:30px;
    height:15px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:8px;
    left:-30px;
    border-left: 1px solid #550000;
    border-radius:0px 0 0 0;
    width:30px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 5px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:5px 0 0 0;
}

.tree li a {
    border-left: 1px #550000 solid;
    border-bottom: 1px #550000 solid;
    border-bottom-left-radius: 5px;
    padding:2px 5px;
}

.tree li span {
    border-left: 1px #550000 solid;
    border-bottom: 1px #550000 solid;
    border-bottom-left-radius: 5px;
    padding:2px 5px;
}


.tree li a.root{
    border-left: none;
    border-radius:0 0 0 0;
}

a.ignore {
    border: none !important;
    padding-left: 0px !important;
}