/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2022 | 09:12:45 */

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none;
    margin-top:40px;
    width:1000px;line-height:16px;
}
a.tooltip:hover span{
    display:inline; position: fixed;
    top:30%;
    left:22%;!important;
 transform: translateY(-50%);
    border:2px solid #FFF;  color:#EEE;
    z-index: 100;
    background:#333 url(http://www.menucool.com/tooltip/cssttp/css-tooltip-gradient-bg.png) repeat-x 0 0;
}

/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}

.tooltip img {
    left: 0;
}


.property_id_text{
   font-size:16px;
   line-height: 22px;
   margin-bottom: -8px
}

