html {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
}

canvas:focus, select:focus {
    outline: none;
}

#chart-holder {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 0;
    left: 0;
    top: 0;
}

.chart-param-selector, .disclaimer {
    font-family: sans-serif;
    font-size: 14px;
}
