.mp-forecasting-parameter-list {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-items: start;
    align-content: start;
    justify-content: end;
    border-right: solid 1px var(--mud-palette-primary);
}

.mp-forecasting-parameter-list-item-button,
.mp-forecasting-parameter-list-item-button-selected {
    display: grid;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    color: var(--mud-palette-primary);
    background-color: transparent;
    justify-content: end;
    align-content: center;
    align-items: center;
    border: solid 0px transparent;
    justify-items: end;
    text-align: end;
}

.mp-forecasting-parameter-list-item-button-selected {
    color: var(--mud-palette-primary-text);
    background-color: var(--mud-palette-primary);
    cursor: default;
}

.mp-forecasting-parameter-list-item-button:hover {
    background-color: var(--mud-palette-primary-hover);
}

.mp-forecasting-parameter-list-item-button:focus {
    background-color: var(--mud-palette-primary-hover);
}

.mp-forecasting-parameter-list-item-button:active {
    background-color: var(--mud-palette-primary-hover);
}

.mp-forecasting-container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-gap: 10px;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    justify-content: stretch;
}

.mp-forecasting-parameter-report {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: min-content max-content;
    background-color: var(--mud-palette-background);
    padding-top: 10px;
}

.mp-forecasting-parameter-summarystats {
    display: inline-flex;
    grid-gap: 10px;
    grid-auto-flow: column;
    padding: 5px;
    justify-self: stretch;
    justify-items: stretch;
    justify-content: stretch;
    align-self: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mp-forecasting-parameter-summarystats-block {
    display: grid;
    margin: 0px 10px 10px 0px;
    border-left: 1px solid var(--mud-palette-secondary);
    border-top: 0px solid var(--mud-palette-secondary);
    background-color: var(--mud-palette-primary-hover);
    color: var(--mud-palette-secondary);
    padding: 5px;
    grid-auto-rows: auto auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
