.bankicons {
    color: transparent;
    font-size: 0;
    background-size: 160px 100px !important;
    width: 160px;
    height: 100px;
    border: 0;
}

@media screen and (max-width: 1000px) {
    .bankicons {
        background-size: 80px 50px !important;
        width: 80px;
        height: 50px;
    }
}

.bankoptionsTable td {
    padding: 2px 13px 2px 13px;
}

#bestellingform {
    margin-bottom: 50px;
}