@media handheld, screen and (max-width: 1200px) {

}

/* --- --- --- */

@media handheld, screen and (max-width: 960px) {

	.user_content table th {
		font-size: 100%;
	}

	.user_content table th,
	.user_content table td
	{
		padding: 5px;
	}

}

/* --- --- --- */

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

/* disable webkit text size adjust (for iPhone) */
html { -webkit-text-size-adjust: none; }

}

