
/* ==========================================================================
   General
   ========================================================================== */


/* STANDARD FOR MOBILE */
* {
  /* transparent link and button selection */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  /*font-family: 'Roboto', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%; */
  }

/* END STANDARD MOBILE */

/*html{
    margin:0
}
*/





/* ==========================================================================
   Mobile only
   ========================================================================== */
/*
@media only screen and (min-width: 480px) {
body{
	visibility:visible;
	}
}*/

/* ==========================================================================
   Tablet only
   ========================================================================== */

/*@media (max-width: 900px) and (min-width: 768px)  {
body{
	visibility:visible;
	}
}

@media print {
 body{
	visibility:visible;
	}  
}*/