.swpm_mda_grid button {
    background: #409ddb;
    color: white;
    padding: 10px 15px;
    font-weight: normal;
    line-height: normal;
}

.swpm_mda_grid button:hover {
    background: #308dcb;
}

.swpm_mda_grid {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.swpm_mda_grid a,.swpm_mda_grid a:hover,.swpm_mda_grid a:active,.swpm_mda_grid a:focus {
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.swpm_mda_grid a, .swpm_mda_grid button {
    outline: 0;
}

.swpm_mda_grid-item {
    width: auto;
    border: none;
    background: #ededed;
    position: relative;
    margin: 0px 1% 10px 0px;
    padding: 7px;
}

.swpm_mda_grid-row {
    width: 100%;
    clear: both;
    margin: 5px 0;
    margin-bottom: 20px;
    padding: 0;
}

.swpm_mda_post-grid {
    display: inline-block;
    clear: both;
    width: 100%;
}

.swpm_mda_member-username {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin: 5px;
}

.swpm_mda_profile-image {
    text-align: center;
}
.swpm_mda_profile-image img {
    border-radius: 50%;
    margin: 25px 0;
    min-height: 128px;
    min-width: 128px;
    max-height: 128px;
    max-width: 128px;
}

.swpm_mda_profile-button {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.swpm_mda_profile-button button {
    border-radius: 4px;
    border: none;
    background: #409ddb;
    color: white;
    text-transform: none;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 1em;
}

.swpm_mda_info-lines {
    margin:5px;
    text-align: center;
    font-size: 0.9em;
    padding-bottom: 60px;
}

.swpm_mda_info-row .swpm_mda_info-label {

}

.swpm_mda_info-row .swpm_mda_info-value{
    opacity: 0.6;
}

/* Search */

#swpm_mda-search-form{
    text-align: center;
    margin-bottom: 20px;
}
.swpm_mda_listing-search-field{
    width: 90%;
    max-width: 90%;
    text-align: center;
    position: relative;
    height: 35px;
    margin: 0 auto;
}
.swpm_mda_listing-search-field input {
    vertical-align: middle;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    line-height: normal;
}
.swpm_mda_listing-search-field button {
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 5px;
    height: 35px;
    width: 35px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.swpm_mda_listing-search-submit button span {
    font-size: 20px;
    height: 20px;
    width: 20px;
}
.swpm_mda_search-res-text {
    text-align: center;
    margin-bottom: 20px;
}

.swpm_mda_search-res-text a {
    color: #000;
}

.swpm_mda_search-res-text a:hover, .swpm_mda_search-res-text a:focus, .swpm_mda_search-res-text a:active {
    border-bottom: 1px solid grey;
}

/* Pagination */

.swpm_mda_pagination {
    clear: both;
    text-align: center;
}

.swpm_mda_pagination ul {
    font-weight: normal;
    list-style: none;
}

.swpm_mda_pagination li {
    margin: 0 5px;
    display: inline;
}

.swpm_mda_pagination span {
    padding: 5px 10px;
    background: #409ddb;
    color: white;
}

.swpm_mda_pagination a {
    opacity: 0.7;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    border: none;
    box-shadow: none;
}

.swpm_mda_pagination a:hover,.swpm_mda_pagination a:active,.swpm_mda_pagination a:focus {
    background: #c0c0c0;
}

@media (min-width: 768px) {
    .swpm_mda_grid-row {
        display: flex;
    }
    .swpm_mda_listing-search-field{
        width: 70%;
        max-width: 70%;
    }
    .swpm_mda_grid-item {
        width: 30%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        float: left;
        position: relative;
        box-sizing: border-box;
        align-items: stretch;
    }
}
