.bankContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 79%;
    padding: 0 0 0 24%;
}

.headingForBanks {
    font-size: 16px;
    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: #ffe4e6;
    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: 1px solid #808080;
}

table#bankSelect {
    text-align: center;
    border: 1px solid #808080;
    width: 100%;
    border-collapse: collapse;
}

table#bankSelect td {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    margin: 0;
    font-size: 18px;
    display: table-cell;
    color: #808080;
}

@media screen and (max-width: 900px) {
    .bankContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        padding: 0 15%;
    }

    .picturePerBanks {
        border: 2px solid #808080;
    }
}

@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 #808080;
    }

}