
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.genealogy {
    max-width: 960px;
}

body {
    font-family: helvetica, arial, sans-serif;
}

ul {
    margin-left: 30px;
}

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

.wtree li:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -30px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 30px;
    height: 15px;
}

.wtree li:after {
    position: absolute;
    content: "";
    top: 5px;
    left: -30px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 30px;
    height: 100%;
}

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

.wtree li div.item {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    color: #000;
    text-decoration: none;
    background: #f5f5f5;
}

.wtree li span:hover,
.wtree li span:focus {
    background: #eee;
    color: #000;
    border: 1px solid #aaa;
}

.wtree li span:hover+ul li span,
.wtree li span:focus+ul li span {
    background: #eee;
    color: #000;
    border: 1px solid #aaa;
}

.wtree li span:hover+ul li,
.wtree li span:focus+ul li {
    border-color: #aaa;;
}

.wtree li span p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.wtree .type {
    font-size: 16px;
    color: #337ab7;
    font-weight: bold;
}

.wtree .name,
.wtree .date {
    display: inline-block;
}

.wtree .date {
    margin-left: 20px;
}

.name-date {
    display: inline;
}

.wtree .info2{
    display: none;
}
