
.indGrid{
    display: flex;
    justify-content: space-between;
    width: 70%;
    min-height: 900px;
    overflow-y: scroll;
    margin: 15px auto 15px auto; /* 15px margin on top */
    border: 1px solid white;
    padding: 15px;

}

.lIndGrid {
    display: flex;
    flex-direction: column;
    width: 80%; /* Ensures subgrids take equal width with space between */
    border: 1px solid white;
    padding: 10px;
}
.rIndGrid {
    display: flex;
    flex-direction: column;
    width: 20%; /* Ensures subgrids take equal width with space between */
    border: 1px solid white;
    padding:20px;
}
.rIndGridSub {
    margin-bottom:10px;
    display: flex;
    flex-direction: column;
}

