.google-map iframe {
    width: 100%;
}

section.show-all-trigger {
    /* margin: 15px; */
    margin: 15px 0;
    text-align: center;
    /*color: #95e1d4;*/
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.nav-tabs li a {
    background: #333;
}

    .nav-tabs li a:hover {
        color: #333 !important;
    }

ul.list-inline li {
    display: inline-block;
    /* min-width: 10px; */
    margin: 0 4px;
}

.alphabet-filter ul li a {
    font-size: 1.5em;
    font-weight: bold;
    padding: 2px 4px;
}

    .alphabet-filter ul li a.active {
        background: #333;
        border-radius: 5px;
        color:#fff;
    }