.iframe-container > html {
    height: 100%;
}

legend {
    display: none;
}

#finder {
    display: flex;
    flex-direction: column;
    text-align: left;
}
#finder_form {
    width: 30%;
    border: none;
}
#finder_results {
    width: 50%;
    border: none;
}
#content {
    display: flex;
    justify-content: space-between;
}
#vipcopyright {
    display: none;
}
#submitBtn {
    background-color: #0dc278;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    transition: all .2s linear 0s;
    position: relative;
    width: 185.412px;
    height: 60px;
    margin-top: 3rem;
    border: none;
    border-radius: 8px;
}
#submitBtn:hover {
    cursor: pointer;
}
.finder_dynamic_menu {
    margin-left: 0;
    border: 2px solid black;
}
.finder_dynamic_menu, #finder_address, #miles {
    height: 45px;
    border: 2px solid black;
}
#finder_address {
    width: 29em;
}
#storeType {
    display: none;
}
#finder_table {
    margin: 0;
    width: 100%;
    border: none;
}
#startover {
    display: none;
}
#finder_body {
    height: 100%;
}
#nonFooter {
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

@media screen and (max-width:991px) {
    #content {
        display: block;
    }
    #finder_form {
        width: auto;
    }
    #finder_address {
        width: auto;
    }
    #finder_results {
        width: auto;
    }
}