.gridContainer > *:nth-child(2) {align-items:baseline}
.table th, .table td { padding: .5rem}

#btnGrid{
   width:100%;
}

.btnDiv{
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 40px;
}

.button{
   border-radius: 5px;
   background-color: #fff;
   transition: 0.5s;
   padding: 5px 5px;
}

.button:hover{
   background-color: #e7e7e7;
   transition: 0.5s;
}

.collapseText{
   display:none;
}