@media screen and (max-width: 500px) {
	table tr:nth-child(1) td img {
		width: 30%;		
		height: auto;		
	}
	img#couponLogo {
		width: 30%;		
		height: auto;
	}	
	.box .row.content table tbody tr:nth-child(2) td p {
		font-size: 20px !important;
	}
}
/*
@media screen and (max-height: 650px) {
	div#end-coup {
		margin-top: -3% !important;
	}
}	
*/
@media screen and (max-height: 650px) {
	.box .row.content table tbody tr:nth-child(2) td {
		line-height: 30px !important;
		font-size: 25px !important;
	}

	.box .row.content table tbody tr:nth-child(4) td {
		line-height: 30px !important;
		font-size: 20px !important;		
	}
}
/*@media screen and (max-height: 635px) {
	div.working-area section a img {
		height: auto;
		width: 80%;		
	}
}
@media screen and (max-height: 620px) {
	div.working-area section a img {
		height: auto;
		width: 70%;		
	}
}*/
@media screen and (max-height: 610px) {
/*	div.working-area section a img {
		height: auto;
		width: 60%;		
	} */
	div.row table tbody tr td {
		height: 0;
	}
	.couponInput {
		margin: 0;
	}	
}
@media screen and (max-height: 600px) {
    table tr:nth-child(1) td img {
        margin-bottom: 2px !important;
    }
    td {
    	padding: 0 !important;
    }
	.marver20 {
		margin: 0 !important;
	}
	* {
		font-size: 100%; 
		line-height: 20px;
	}
	div#cboxContent div#cboxLoadedContent {
		height: 340px !important;	
	}
} 
@media screen and (max-height: 590px) {
	div.row table tbody tr td {
		height: 0;
	}
}/*
@media screen and (max-height: 565px) {	
	img.couponLogo {
		height: 82px;
		width: 120px;
	}
}
@media screen and (max-height: 520px) {
	div#end-coup {
		margin-top: -3% !important;
	}	
}
@media screen and (max-height: 500px) {
	div#end-coup {
		margin-top: -8% !important;
	}	
}*/
@media print {
	div#end-coup {
		display: none;
	}
}