
body {
    min-height: 100vh;
    /*padding: 1rem;*/
}

.column_left {
    padding-top: 3em;
    float: left;
    width: 20em;
}

.column {
    padding-left: 4em;
    float: left;
    width: 50em;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.chart_small {
    width: 250px;
    height: 250px;
}

.chart_medium {
    width: 640px;
    height: 480px;
}

svg text{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
