
@media only screen and (max-width: 1280px) {


}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 1280px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 1280px),
only screen and (                min-resolution: 192dpi) and (max-width: 1280px),
only screen and (                min-resolution: 2dppx)  and (max-width: 1280px) { 

}




body { 
	font-size: 	12pt;
	width: 100vw;
}

div.contentpublic {
	background-color: green;
	width:100vw;
}

form.surveyinputpublic {
}

fieldset {
	width: 90vw;
}

textarea {
	width: 46vw;
}
}