@charset "utf-8";
/* CSS Document */

@media only screen 
and (min-width: 360px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 3.0)
{
	#questions{
	width:350px;
	margin:0 auto;
	position:relative;
	top:-3px;
	}
	}