#price_map_tbl{
	/* float: right; */
    width: 100%;
    
}

.rb_header{
    padding: 7px 5px;
    border: solid 1px #ccc;
    box-shadow: inset 1px 1px 1px -1px rgba(255,255,255,0.95), inset -1px -1px 0px 0px rgba(0,0,0,0.45);
    border-radius: 2px;
    background-image: linear-gradient(#ececec,#dddddd 55%,#d4d4d4 55%, #c3c3c4);
    cursor: default;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .75);
    text-align: center;
    font-size: 12px;	
}

.rbox{
	border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    position: relative;
    top: -1px;
}


.price_map_tbl1{
	display: block !important;
}
#price_map_tbl_1{
	display: none;
	/* margin-top: 86px; */
}

#price_map_tbl_2{
	display: none;
	margin-top: 6px;
}

#price_history_tbl{
	display: none;
	margin-top: 6px;
}
#Commercial_tbl_1:empty {
	.Commercial_tbl{
		display:none !important;
	}
}

#Condo_tbl_1:empty {
	.Condo_tbl{
		display:none !important;
	}
}

#Vacantland_tbl_1:empty {
	.Vacantland_tbl{
		display:none !important;
	}
}

#Homes_tbl_1:empty {
	.Homes_tbl{
		display:none !important;
	}
}

#Townhomes_tbl_1:empty {
	.Townhomes_tbl{
		display:none !important;
	}
}

#Commercial_tbl_1::before,#Vacantland_tbl_1::before,#Homes_tbl_1::before,#Townhomes_tbl_1::before,#Condo_tbl_1::before,#avg_price_tbl_1::before{
    content:"$";
}


#current_DAY_DIFF_PRICE::before,#7_DAY_DIFF_PRICE::before,#30_DAY_DIFF_PRICE::before,#3_MONTH_DIFF_PRICE::before,#6_MONTH_DIFF_PRICE::before,#12_MONTH_DIFF_PRICE::before{
    content:"$";
}

#current_DAY_DIFF_PRICE_PERCENT::after,#7_DAY_DIFF_PRICE_PERCENT::after,#30_DAY_DIFF_PRICE_PERCENT::after,#3_MONTH_DIFF_PRICE_PERCENT::after,#6_MONTH_DIFF_PRICE_PERCENT::after,#12_MONTH_DIFF_PRICE_PERCENT::after{
    content:"%";
}

/* #Commercial_tbl_2::before,#Vacantland_tbl_2::before,#Homes_tbl_2::before,#Townhomes_tbl_2::before,#Condo_tbl_2::before,#avg_price_tbl_2::before{ */
    /* content:"$"; */
/* } */
#residential_tbl_2::before,#commercial_tbl_2::before,#vacantland_tbl_2::before{
    content:"$";
}
#date_tbl_2::before{
    content:"Prices on ";
}

#date_tbl_2:empty {
	#price_map_tbl_1{
		display:none !important;
	}
}

#date_tbl_2:empty {
	#price_history_tbl{
		display:none !important;
	}
}
.property-panel a.collapsed h4:after {
    float: right !important;
    content:"\f067";
	transition: all .25s ease;
	position: relative;
	font-family: fontawesome;
	margin-right:0px;
}

.property-panel a h4:after {
	float: right !important;
	content:"\f068";
	transition: all .25s ease;
	position: relative;
	font-family: fontawesome;
	margin-right:0px;
    
}

