@media(max-width:320px){
	/*--------------------table (START)-------------------------*/
	#price-block table th {
		font-size:11px;	
	}
	
	#price-block td{
		font-size: 11px;
	}
	#price-block td:nth-child(1){
	    width:20px;
	}

	#price-block td:nth-child(2){
		width:220px;
	}

	#price-block td:nth-child(3){
		width:20px;
	}

	#price-block td:nth-child(4){
		width:60px;
	}
/*--------------------table (END)---------------------------------------*/

	.pr {
	display: none;
}

}




 /*--------------table(START)---------------------*/
#price-block table {
	table-layout:fixed;
	margin: 15px auto;
}
#price-block td:nth-child(1){
	width:36px;
}

#price-block td:nth-child(2){
	width:282px;
}

#price-block td:nth-child(3){
	width:84px;
}

#price-block td:nth-child(4){
	width:166px;
}

#price-block table td  {
	border-collapse:collapse;
	border:1px solid #dddddd;
	padding: 8px;
}

#price-block table th{
	background-color: #f5f5f5;
	font-size: 14px;
	border-collapse:collapse;
	border:1px solid #dddddd;
	padding: 8px;
	font-weight: 300;
}

#price-block caption {
	font-size: 24px;
}

#price-left caption,
#price-left th {
	color: #f1805f;
}

#price-right caption,
#price-right th {
	color: #71bdc0;
}

#titleprice {
	font-size:42px;
	color: #f1805f;
}
/*--------------table(END)---------------------*/

