#stats_window{
    display: block;
    width: 300px;
    height: 268px;
    text-align: left;

    font-size: 12px;

    top: 20px;
    right: 20px;
}

#stats_window p{
    margin-top: 0;
}

#chart {
    cursor: default;
}

#graph_buttons {
	display: flex;
}

#graph_buttons .button {
	margin: 4px;
}
