/*
*
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
*/
*:not(input, textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


*{
    border: none;
    /*overflow: auto;*/
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}



canvas
{
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position:absolute;
  margin:auto;
  left:0;right:0;
  top:0;bottom:0;
  display: block;
  background-color:rgba(255, 255, 255, 1.00);
  display:none;

}
body,html
{
	text-align:center;
	padding:0;
	margin:0;
	background-color:#FFF;
}
#loader,#loader2
{
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 8vh;
	line-height: 18;
	text-align: center;
	font-weight: bold;
	z-index: 999999999;
	background-color: #FFF;

	background-image: url(/images/stopwatch-logo-loader.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#loader a,#loader a:visited,#loader2 a,#loader2 a:visited
{
	color: #000;
	text-decoration: none;
}


#animation_container
{
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
}

