.lbec-socials {
    background: #eee;
    border-radius: 4px;
    float: right;
    list-style: none;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}

.lbec-socials li {
    display: inline-block;
    margin: 0 0.4rem;
}

.lbec-socials a {
    display: inline-block;
    padding: 0.2rem 0.5rem;
}

.lbec-socials svg {
    fill: #000;
    height: 24px;
}

.lbec-socials a:hover {
    color: #999;
}

.lbec-form-filter {
    margin-bottom: 1.5rem;
}

.lbec-form-filter legend {
    display: table;
    float: left;
    font-size: 2rem;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
}

.lbec-form-filter fieldset {
    border: 0;
    padding: 0.01em 0 0 0;
    margin: 0;
    min-width: 0;
}

.lbec-form-group {
    float: left;
}

.lbec-form-group label {
    display: block;
}

.lbec-form-group:not(:last-child) {
    margin-right: 1rem;
}

.lbec_map {
    margin-bottom: 1rem;
}

.lbec-profile-list {
    margin-left: 0 !important;
    padding-left: 0;
}

.lbec-profile-list-item {
    margin-bottom: 1rem;
    list-style: none;
    padding: 2rem;
}

.lbec-profile-list-item::after {
    content: "";
    clear: both;
    display: block;
}

.lbec-profile-list-item h4 {
    margin-top: 0;
}

.lbec-profile-list-item:nth-child(odd) {
    background: #eee;
}

.lbec-profile-image {
    margin-bottom:1rem;
}

.lbec-profile-image img {
    max-width: 250px;
}

.lbec-profile-info {
    background: #eee;
    padding: 2rem;
}

.lbec-profile-info strong {
    display: inline-block;
    min-width: 85px;
    padding-right: 1rem;
}

.lbec-form-filter-location,
.lbec-form-filter-advanced {
    display: block;
}

.lbec-profile-info-field {
    margin-bottom: 0.8rem;
}

.lbec-table {
    margin-bottom: 1.5rem;
    width: 100%;
}

.lbec-table th:first-child,
.lbec-table td:first-child {
    max-width: 100%;
    white-space: nowrap;
    width: 1%;
}

.lbec-table th,
.lbec-table td {
    padding: 0.5rem 2rem 0.5rem 0;
    text-align: left;
}

.lbec-table tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.lbec-table thead tr {
    border-bottom: 2px solid #eee;
}
.lbec-clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.lbec-profile-list-image {
    margin-bottom: 1rem;
    width: 200px;
}
.lbec-profile-list-image img {
    max-width: 100%;
}

@media screen and (min-width: 800px) {
    .lbec-profile-list-image {
        float: right;
    }
}
