@media only screen and
(min-device-width:320px) and
(max-device-width:768px) and
(orientation: landscape)

{

	body,
	td,
	tr,
	table,
	p,
	span,
	div,
	input,
	textarea,
	select,
	option,
	ol,
	ul,
	li {
		font-size: 14px;
	}

}