

.payment-historico-box {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.payment-historico-box tr {
    border-bottom: 1px solid grey;
}
.payment-historico-box td {
    width: 300px;
}


/* VIEW PRODUCT */

.view_product-field-box {
    width: 200px;
    height: 300px;
}