html, body {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

div.infoDiv {
    height: 15%;
    min-height: 150px;
    width: 100% !important;
    max-width: 100% !important;
}

.person {
    stroke: steelblue;
    stroke-width: 3px;
}

.node-label {
    font: 12px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.infoDivRow, .options, .tooltipDiv {
    height: 100%;
    border: solid 1px;
}

input {
    width: 95%;
}