.store_tab_ul {
    border: none;
}

.store_tab_ul li.active a {
    background-color: transparent;
    /* color: #fff; */
    height: 50px;
    border: none;
    border-bottom: 2px solid #13aef2;
    height: 50px;
    font-weight: bold;
}

.store_tab_ul li {
    width: 33.33%;
    text-align: center;
    height: 50px;
    margin-bottom: 0px;
}

.store_tab_ul li.active a:hover, .store_tab_ul li.active a:focus {
    background-color: transparent;
    color: #4a4a4a;
    height: 50px;
    border: none;
    border-bottom: 2px solid #13aef2;
    height: 50px;
}

.tab-pane{
    text-align: left !important;
    padding-top: 30px;
}

.nav-tabs>li>a{
    height: 50px;
}

.top_banner{
    max-height: 320px;
    overflow: hidden;
}

.frameborder {
    border: 2px solid #ced9ee;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    height: 200px;
    overflow: hidden;
}