@media screen and (min-width: 740px) and (max-width: 1000px){
	.center {
		width:98%;
	}
}

/*styles for 480px - 620px @ 16px!*/
@media only screen and (min-width: 18.75em) and (max-width: 740px) {
	.center {
		width:98%;
	}
}



@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	/*
	body {
		background-color: pink;
	}
	*/
}