/* Field of View styling */

.todo-rise-chart-container{
    width: 100%;
    display: flex;
    justify-content: center;
}


#todo-rise-chart {
    max-width: 100%;
}
