body {
    background-color: peachpuff;
}

body, input {
    font-family: 'Times New Roman', Times, serif;    
}

.home {
    max-height: 94vh;
}

.home-header {
    text-align: center;
    font-size: 30;
    margin-bottom: 5px;
}

.homerow {
    display: flex;
}

.flexcol {
    display: flex;
    flex-direction: column;
    min-height: 98vh;
}

.controls {
    font-size: 19;
    width: 20%;
}

.instructions {
    font-size: 15;
    border-radius: 12px;
    background-color: floralwhite;
    padding: 3px;
    margin-right: 10px;
}

.instructions > p {
    margin: 5px;
}

h3 {
    font-size: 20;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

.radio, .search, li, button {
    display: block;
    margin: 3px 10px 3px 3px;
    padding: 3px;
    background-color: floralwhite;
    border-radius: 12px;
}

button {
    font-size: inherit;
    font-family: inherit;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}

li {
    padding-left: 10px;
}

.radio:hover, li:hover, button:hover {
    cursor: pointer;
    background-color: lightgray;
}

input[type="radio"] {
    transform: translateY(-.2em);
}

.search {
    padding: 10px;
}

input[type="text"] {
    display: block;
    border-radius: 4px;
    width: 100%;
    font-size: 16;
    padding: 2px;
}

ul {
    list-style-type: none;
    padding: 6px;
    margin: 0px;
}

.full-tree {
    border: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: antiquewhite;
    width: 100%;
}

.full-tree > svg {
    display: block;
    width: 100%;
    height: 100%;
}

.detail-tree {
    flex: 1
}

.detail-tree > svg {
    display: block;
    max-width: 100%;
    max-height: 400;
    margin-left: auto;
    margin-right: auto;
}

.homelink {
    margin-left: 10px;
    font-size: large;
    flex-shrink: 0;
}

h1 {
    font-size: xxx-large;
    text-align: center;
    margin: 4px;
    
}

h2 {
    font-size: xxx-large;
    text-align: center;
    margin: 4px;
}

.alt-names {
    color: slategray; 
}

.rabbi-info {
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.rabbi-info > p {
    margin-top: 5;
    margin-bottom: 5px;
    text-align: center;
}

.flexrow {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

g.node.highlighted > g > a > path {
    stroke-width: 10;
}
