/* idx compliance */
.brokerbywidget span:after{
    content: '';
    display: inline-block;
    width: 70px;
    height: 15px;
    background: url(/base_imgs/metroList.png) no-repeat left center;
    background-size: auto 100%;  
    position: absolute;
    top: 6px;
    margin-left:auto;
}

.mapApp .property._30 .brokeredbylist:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 15px;
    background: url(/base_imgs/metroList.png) no-repeat left center;
    background-size: auto 100%;  
    position: relative;
    top: 2px;
}

.brokerbywidget span:after{
left:0;
}