/* .load { height: 20vh; width: fit-content;} */

img.img_bank {
    width: 100px !important;
}

td {
    min-width: 140px
}

@media screen and (max-width: 991px) {
    td {
        min-width: 150px
    }

    #depositandwithdrawal2 #pspTable {
        padding: 0px;
        margin: 30px 0;
        border-left: 1px solid rgba(102, 102, 102, .6);
        border-right: 1px solid rgba(102, 102, 102, .6)
    }

    #depositandwithdrawal2 .payment-table {
        border-radius: 0;
        margin: 0;
    }
}

#depositandwithdrawal2 .payment-table #pspDataListing td {
    background-color: unset;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.currencyCell {
    width: 120px
}

.minDeposit {
    width: 120px
}

.depositFee {
    width: 120px
}

.minWithdrawal {
    width: 120px
}

.withdrawalFee {
    width: 120px
}