.table-caixa{
    width:100%;
    border:1px solid #CCC;
    background-color: white;
    margin-bottom: 5px;
}

.table-caixa .info-caixa .th-caixa{
    display: block ;
    border: none ;
    text-align: left ;
}

.table-caixa .th-caixa{
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid  #CCC;
};

