
/***************** app specific styles ****************/
#variable1-graph-col, #variable2-graph-col {
    max-width: 400px;
}
/* #age-graph-container, #gender-graph-container, */
#year-graph-col, #age-graph-col, #gender-graph-col {
    max-width: 300px;
    /* min-width: 200px; */
}

#outcomes-graph-col {
    max-width: 800px;
}

#outcomes-graph-text .col {
    margin-bottom: 0px;
    margin-top: 5px;
}

#outcomes-graph-container .cursor-pointer, #outcomes-graph-container .legendtoggle {
    cursor: default !important;
}

.row {
    margin-bottom: 20px;
}

.dropdown-row {
    margin-bottom: 0px;
}

/****************************************************/