.pl-page-header {
    display: none;
}
#sectionResultsTable thead {
    display: none;
}
.pl-search-btn, .btn-default.pl-search-btn:hover {
    color: #fff;
    background: #7826e7;
    border-color: #7826e7;
}
a {
    color: #0086b6;
}
a:visited:hover, a:active, a:hover {
    color: #005878;
    outline: none!important;
    text-decoration: none;
}
.pl-results .pl-results-table tbody .pl-results-td-account .pl-results-td-account-Products__c > span:before,
.pl-results-td-account-Products__c .pl-results-label{
    display: none;
}
.pl-results-td-account-Products__c li {
    white-space: nowrap;
}
.pl-results-td-address-plocez__Location_Name__c {
    display: none !important;
}
.pl-details .pl-location-info .pl-location-details .list-group-item:before {
    background-color: #7826e7;
}
#divPartner.pl-details .pl-location-info .pl-social-list .btn {
    display: inline-block;
    margin: 1%;
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 4px;
    background-color: transparent;
    padding: 4px;
}
.pl-details .pl-social-icon:before {
    color: #7826e7;
}
.pl-details .pl-location-info .pl-location-Website_Formula__c:before {
    content: '\f0ac';
}
@media (min-width: 992px) {
    .pl-search-std .col-md-4 {
        width: 50%;
    }
}
.pl-Mobile select, .pl-Tablet select, select[size="1"] {
    height: auto;
}