body, html {
    /*overflow:hidden;*/
		/* height: 100%; */
		max-width: 100%; 
  	overflow-x: hidden !important;
}
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000;
}
img{
	border: 0;
}
h1,h2,h3,h4,h5,h6,ol,p,ul{
	margin: 0;
	padding: 0;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#debug{
	display: block;
	width: 100px;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	/* background: #CCC; */
	color: #000;
	z-index: 99999;
}


@media (max-width: 768px) {

}
@media (max-width: 480px) {

}

