@charset "utf-8";


@media only screen and (min-width: 768px), print {



}


@media only screen and (max-width: 767px) {

.listNone{
	opacity:0;
	height:0px;
	width:0px;
	position:fixed;
	left:-9999px;
	top:-9999px;
}


}


