@charset "UTF-8";
.map-lifestations-list {
    padding-left: 0;
}
.map-lifestations-list li {
    margin-top: 15px;
    list-style-type: none;
}

@media only screen and (min-width: 600px) {
    .result-highlighted h4 a {
        color: #CF29B7;
    }

    .result-highlighted {
        border: 1px solid #CF29B7 !important;
        background-color: rgba(155, 10, 125, 0.1) !important;
    }
}

.person-image {
    width: 70px;
    display: inline-block;
}
.person-image img {
    width: 100%;
    height: auto;
}

.panel{
    margin-bottom:0px;
    border: none;
}
.panel-body{
    background-color: #999999;
    padding: 0px;
    margin-bottom: 15px;
}
.panel-footer{
    border: none;
    background-color: #e5e5e5;
}


.search-col
{
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 15px;
 margin-top: 0px;
 margin-bottom: 0px;
}

hr {
  margin-top: 15px;
  margin-bottom: 0px;
}


