
body {
    font-size: 16px;
    font-family: sans-serif;
}

.graph_container {
    margin-left: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 110%;
}

#tooltip {
    position: absolute;
    font-size: 12px;
    width:  auto;
    height: auto;
    background-color: white;
    border: 1px solid black;
    box-shadow: 5px 10px 8px #888888;
    padding: 5px;
    display: none;
}

.tooltip_p {
    width: 600px;
}
