#sister_community_rents h3 {
    padding: 10px;
}
 .sisters-container.insidepage #sister_community_rents {
     margin: 5px auto 0;
     width: 100%;
     background: unset;
}
 .sisters-container h1 {
     text-align: center;
}
 ul.sister-communities .sister {
     background: none;
     max-width: 430px;
     border: 3px solid #999;
}
 li.sister:hover {
     z-index: 10;
     box-shadow: 0 0 0 0 black inset;
}
 h4.sister-name {
     background: #f0f0f0;
     color: #000;
     margin: 0;
     padding: 12px 10px;
     text-align: center;
     width: 100%;
     min-height: 4.5em;
     text-transform: uppercase;
}
 .sister > h4.sister-name::after {
     content: "- Click Here! -";
     display: block;
     line-height: 1em;
     text-align: center;
}
 .sister ul.sister-details {
     display: block;
     margin: 0 auto;
     padding: 0;
     width: calc(100% - 6px);
}
 li.sister-hero-shot {
     border: 0 none;
     box-shadow: none;
     margin: 0;
     max-width: none;
     width: 100%;
}
 li.sister-link {
     display: inline-block;
     width: auto;
     margin: 10px 15px 10px 10px;
}
 li.sister-link > a {
     border: 1px solid white;
     border-radius: 3px;
     padding: 5px 15px;
}
 li.sister-link > a::before {
     color: white;
     content: "View";
}
 li.sister-link > a h5 {
     display: none;
}
 li.sister-link > a {
     border-color: #000;
}
 li.sister-link > a::before {
     color: #000;
}
 .sister-details li.sister-distance {
     display: inline-block;
     margin: 10px 5px;
     width: auto;
}
 .sister-details li.sister-distance a {
     border: 1px solid black;
     border-radius: 3px;
     color: black;
     padding: 5px 15px;
}
 .sister-details li.sister-distance h5 {
     display: none;
}
 .sister-details li.sister-link {
     display: inline-block;
}
 li.sister-address {
     background: #fff;
     padding: 5px;
     box-shadow: none;
     clear: right;
     margin: 0 auto;
     text-align: center;
}
 li.sister-address::before {
     display: none;
}
 li.sister-address h5 {
     margin: 0;
     text-align: center;
}
 li.sister-phone {
     background: none;
     box-shadow: none;
     margin: 0 auto;
     text-align: center;
}
 li.sister-phone h5 {
     margin: 0;
     text-align: center;
}
 li.sister-availabilities {
     margin-left: 0;
}
 li.sister-availabilities h5 {
     font-weight: normal;
     margin: 0 0 10px;
}
 li.sister-availabilities ul {
     margin: 0;
     padding: 0;
}
 li.sister-availabilities ul li h5 {
     margin: 0 0 4px;
}
.sisters-container #sister_community_rents .sister-communities .sister {
    border: 1px solid #ebebeb;
    background: #F2F2F2;
}