<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#crossLinkPanel
{
	width: 650px;

}


#crossLinkPanel .clheader
{
	font-weight:bold;
	font-size: 1.1em;
	margin-bottom:5px;
	margin-top:10px;
}

#relatedTags
{
	width :100 %;
}

#relatedArticles
{
	/*width :45%;
	float:left;*/
	float: left;
    display: inline-block;
}

#relatedArticles li
{
	margin-bottom:5px;
}



#relatedPosts
{
	/*width :45%;
	float:left;*/
	float: left;
    display: inline-block;

}

#relatedPosts .salesPost
{
	color: red;
}

#relatePosts .rentPost
{
	color: green;
}

#relatedPosts img
{
	width:100px;
	height:75px;
}

#relatedPosts .postPhoto
{
	float: left;
	display:inline-block;
}

#relatedPosts .postInfo
{	
	float: left;
	display:inline-block;
	margin-left:5px;
}

#relatedMapInfo
{
	clear:both;
	width: 100%;
}



#relatedTx
{
	margin-bottom: 50px;
}
.latest-trade{
	display:inline-block;
	margin-left:0px;
	margin-bottom:10px;
    padding-left: 0px;
	margin-right:10px;
}
.latest-trade li{
	list-style:none;
}
.latest-trade li:nth-child(1){
	background-color: #0068b7;
	color:white;
	padding:3px 10px;
}

.latest-trade li div{
	padding:3px 10px;
}
.latest-trade .down{
	background-color: #f2f7fb;
}
.latest-trade .light{
	background-color: #d9e9f5;
}

.latest-trade li .trade-label{
	display:inline-block;
	width:100px;
	text-align:right;
	font-weight:bold;
}

.latest-trade li .trade-value{
	display:inline-block;
	width: 160px;
}

.txTitle
{
	float:left;
	color:red;
}


.txscope
{
	margin-bottom: 20px;
}

.txMore
{
	float:right;
}

.txTable
{
    color: Black;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: None;
    width: 535px;
    border-collapse: collapse;
    margin-bottom:10px;
}

.txTable th
{
    font-size: Small;
    text-align: left;
    color: Black;
    background-color: #F0F0F0;
    font-weight: bold;
}

.txTable td
{
    font-size: Small;
    text-align: left;
}

.estCol
{
    width: 230px;
}


</pre></body></html>