.ef-index-catalog {
    background-color: white;
    margin: auto;
    /*border-radius: 3px;*/
    box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3;
}

/* the widths for this is synchronised with the cards */
.ef-wwf-card-list {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-top: 10px;
    margin-bottom: 50px;
}

@media (min-width:768px) {
    .ef-wwf-card-list {
        box-sizing: content-box;
        width: 614px;
    }
}
@media (min-width:1200px) {
    .ef-wwf-card-list {
        width: 822px;
    }
}

.ef-card-entries {
    padding: 0;
    margin-left: -10px;
    width: 100%;
}

.search-button-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
}
.search-button-container > .search-container {
    flex: 0 0 auto;
    width: 150px;
}
.search-button-container > .search-container > input {
    border-radius: 0;
    border: 2px solid #999;
    font-size: 10px;
    height: auto;
}
.search-button-container > .search-container > input:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 600; /*semibold*/
    color: #777;
}
.search-button-container > .search-container > input::placeholder {
    text-transform: uppercase;
    font-weight: 600; /*semibold*/
    color: #777;
}
.search-button-container > .button-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin-left: 15px;
    align-items: flex-start;
}
.search-button-container > .button-container .btn {
    font-size: 10px;
    font-weight: 600; /*semibold*/
    color: #757575;
    border-color: transparent;
    padding: 6px 12px;
}
