.futureprojection_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.futureprojection_grid:nth-child(odd) {
    background: white;
}

.futureprojection_grid > div {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 1rem;
}

.futureprojection_headers {
    font-weight: bolder;
    font-size: x-large;
    border-bottom: 1px solid black;
    padding: 8px 8px 8px 0;
}
.futureprojection_borders {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: transparent;
}

.futureprojection-table {
    max-height:500px;
    overflow-y:scroll;
}

.futureprojection__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1rem 0;
    height: auto;
    line-height: 4rem;
    width: 100%;
}
  
.futureprojection__actionButton {
    margin-bottom: 1rem;
    width:auto;
}

.futureprojection__moneycolumn {
    display: inline-block;
    text-align: right;
}

