@media (min-width:768px){
	#blue-chip-section .dtl table {
	  width: 100%;
	}
}

@media (min-width:768px) and (max-width:992px){
	.stock {
		margin-bottom:0;
	}
	#hot-tx-section .dtl table td
	{
		padding:3px 4px 8px 4px;
		height: 37px;
	}
	#mppc-hki .region-title a nobr, 
	#mppc-kln .region-title a nobr, 
	#mppc-nt .region-title a nobr{
		display:none;
	}
	#mppc-hki .region-title a::after {
	  content: "HK";
	}
	#mppc-kln .region-title a::after {
	  content: "KLN";
	}
	#mppc-nt .region-title a::after {
	  content: "NT";
	}
	
	#monthly-change nobr, 
	#yearly-change nobr {
		display:none;
	}
	
	#monthly-change::after {
		content: "Monthly Chg"
	}
	
	#yearly-change::after {
		content: "Yearly Chg"
	}
	
	#land-reg-rec-section .land-reg-rec-table tbody th {
	  padding: 14px 2px 14px 5px;
	}
	#land-reg-rec-section .land-reg-rec-table tbody td {
	  padding: 14px 5px 14px 2px;
	}
}


@media (min-width:992px){
	.stock {
		margin-bottom:0;
	}
	#hot-recommend .hot-recommend-tags
	{
		max-width: 200px;
	}
	#hot-tx-section .dtl table td
	{
		padding:3px 4px 8px 4px;
		height: 37px;
	}
	#property-price-chart-section .col-xs-3 {
		padding: 0px 5px;
	}
	#blue-chip-section .dtl table tbody td
	{
		padding:3px 2px 5px 2px;
	}
	#blue-chip-section .dtl table thead {
		line-height: 20px;
	  	font-size: 12px;
	}
	#blue-chip-section .dtl table {
	  width: 100%;
	}
}

@media (min-width:1200px){
	.stock {
		margin-bottom:0;
	}
	#hot-tx-section {
		margin-top:-1px;
	}
	#hot-recommend .hot-recommend-tags
	{
		max-width: 300px;
	}
	#hot-tx-section .dtl table td
	{
		padding:1px 4px 8px 4px;
		height: 37px;
	}
	#blue-chip-section .dtl table tbody td
	{
		padding:3px 2px 8px 2px;
	}
	#blue-chip-section .dtl table {
	  width: 100%;
	  font-size:14px;
	}
	#blue-chip-section .dtl table thead {
	  font-size: 14px;
	}
	#land-reg-rec-section .land-reg-rec-table tbody th {
	  padding: 8px 2px 8px 5px;
	}
	#land-reg-rec-section .land-reg-rec-table tbody td {
	  padding: 8px 5px 8px 2px;
	}
}
