

/* enforcement upon width device < 768px  */
@media only screen and (max-width: 768px) {
	#pagecontrol tr, td {
		display: inline;
	}
	#pagecontrol table img {
		width: 15%;
		height: auto;
	}
	.twoCol #main img {
		width: 18%;
		height: auto;
	}
	form img{
		width: 90%;
		height: auto;
	}
}

/*  fix puzzle.teaser.jsp upon width device < 769px*/
@media only screen and (min-width: 769px) {
	.fun-col-lg-12 {
		width: 100%;
	}
}