/*Styles for dashboard divs and sections */

:root {
    --oefit_grey: #4c626c;
}

.dashboard_header_style {
    width: 100%;
    background-color: white !important;
}

.example_tables_style {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

.separator_line_style {
    height: 10px;
    width: 100%;
}

.separator_line_thin_style {
    height: 4px;
    background-color: transparent !important;
    width: 100%;
}

.separator_line_thin_grey_style {
    height: 1px;
    background-color: grey !important;
    width: 100%;
}

.bold_oefit_grey_text_style {
    color: var(--oefit_grey);
    font-weight: bold;
}

.graph_plot_style {
    height: 320px;
}

.smaller_graph_plot_style {
    height: 200px;
}