.bankContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 79%;
    padding: 0 0 0 24%;
}

.headingForBanks {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.classForChoisingBanks {
    width: 100%;
}

.classForScrollingBanks {
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

#forMainBanks {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background-color: #f5d6aa;
    width: 1%;
}

.pictureBanks {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    list-style: none;
}

.imgBanks {
    width: 100%;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

#bank50onSelectArea {
    margin: 10px 0;
}

.picturePerBanks {
    margin: 3px 0 3px 3px !important;
    text-align: center !important;
    border: #e8e8e8 1px solid;
    flex: 1;
    border: 3px solid #9b733c;
}

table#bankSelect {
    text-align: center;
    border: 1px solid #9b733c;
    width: 100%;
}

table#bankSelect td {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #9b733c;
    margin: 0;
    font-size: 18px;
    display: table-cell;
}

table#bankSelect tbody.bank_select_results {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

table#bankSelect tbody.bank_select_results.is-branch-list {
    max-height: 260px;
}

table#bankSelect tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table#bankSelect #forMainBanks {
    width: auto;
    display: table-cell;
    color: #222;
}

table#bankSelect td.bank_select_cell {
    width: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
    color: #111;
}

table#bankSelect .bank_select_link {
    display: block;
    padding: 10px 14px;
    color: #111 !important;
    text-decoration: none;
    line-height: 1.45;
}

table#bankSelect .bank_select_link:hover,
table#bankSelect .bank_select_link:focus {
    background-color: #fff6ea;
    color: #7b4f18 !important;
}

@media screen and (max-width: 900px) {
    .bankContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 97%;
        padding: 0 0 0 39%;
    }

    .picturePerBanks {
        border: 2px solid #9b733c;
    }
}

@media screen and (max-width: 700px) {
    .bankContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 71%;
        padding: 0 0 0 0%;
    }

    .picturePerBanks {
        border: 1px solid #9b733c;
    }

    table#bankSelect tbody.bank_select_results {
        max-height: 230px;
    }

    table#bankSelect .bank_select_link {
        padding: 9px 10px;
        font-size: 14px;
    }

}
