.transactionTable{
    margin-top: 20px;
    border: 1px solid #727272;
}

.infoBlock{
    margin-top: 20px;
}

.headerBlock{
    background-color: rgb(242, 137, 121);
}

.menu{
    background-color: bisque;
}

.menu_container{
    display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.tableContainer{
    margin-left: 20px;
    margin-right: 20px;
}

.hover-item:hover
{
    background-color: rgb(202, 202, 202);
}

.indexMenu
{
    display: flex;
    justify-content: center;
}

.box
{
    margin: 0px;
    
    padding: 0px;
    border:0px;
}

.test
{
    background-color: aqua;
}


.checkBox
{
    padding: 10px;
}

.testFlex
{
    display:flex; 
    align-items:stretch;
}

.style1
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 40px;
    background-color: aquamarine;
}

.testtest
{
    margin-top: 50px;
}

.noresize
{
    resize: none;
}