/* ccs styles for feusersmap */


.tx-feusersmap .mapSearch {
    
}
.tx-feusersmap .mapSearch .infoWindow img {
    float: left;
    width: 165px;
    height: auto;
}
.tx-feusersmap .mapSearch .infoWindow .content {
    /* floating doesn't work in leaflet infoWindow */
    float: left
}
.tx-feusersmap .mapSearch .infoWindow .text {
    max-width: 220px;
}

.clearfix {
/*    border: 2px solid green; */
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tx-feusersmap .mapSearch .infoWindow .content .text {
}

.tx-feusersmap table {
    border-spacing: 0;
}