




@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) { 

}

@media screen and (max-width: 550px) {

}

@media screen and (max-width: 420px) {	

	table {
		font-size: 10px;
	}

	select {
		font-size: 8px;
/* 		height: 8px;	*/	
}
	
	.show_discount h4 {
		font-size: 12px;
	}
	
	.show_discount input[type="text"]  {
		font-size: 12px;
		height: 28px;
	}
	
	.show_discount input[type="submit"], .donation_save {
		font-size: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 320px) {

}
