* {
    margin:     0;
    padding:    0;
    border:     0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
	touch-action: manipulation;
}

input, textarea, button, select {
	font-family:	inherit;
	font-size:		inherit;
	color:			inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
button {
	cursor: pointer;
}
hr { display: none; visibility: hidden; }


body  {
	font-family:        helvetica, arial, sans-serif;
	color:				#fff;
	background:			#000;
	text-align:		    center;
	overflow-x: 		hidden;
}
