body {
    margin: 0;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    background-color: #f9f9f9;
}
#page-container {
    position: relative;
    min-height: 100vh;
}
#content-wrap {
    padding-bottom: 2.5rem;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
}
.graf-container {
    margin-bottom: 10px;
    height: 450px;
}
.right-detail-column {
    background-color: #f4f4f4; 
}
.tooltip-inner {
    background-color: #282a35;
    box-shadow: 0px 0px 4px black;
    min-width: 250px;
    border-radius: 10px;
}
.dot {
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
div.plotly-notifier {
    visibility: hidden;
}