body{
	text-align: center;
	font-size: 10px; 
	color: #fff; 
	font-family: 'Open Sans', sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
	pointer-events: all;
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
}

#outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#inner {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

#c0{
	background: #fff;
}

#c1{
	position: absolute;
	pointer-events: none;
}

#c2{
	position: absolute;
	pointer-events: none;
}

#c9{
	z-index: 10;
	background: #fff;
	position: fixed; 
	left: 0px;
	border: 5px solid #111;
	visibility: hidden;
}

#hud_top{
	padding: 5px;
	position: fixed; 
	top: 0px; 
	left: 0;
	right: 0;
	background: #111;
	height: 5%;
	min-height: 30px;
	z-index: 100;
	font-size: 21px; 
}

#hud_bottom{
	z-index: 1000;
	background: #111;
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	min-height: 30px;
}

#hud_bottom_left{
	text-align: left;
	font-size: 21px; 
	padding-left: 5px;
	white-space: nowrap;
	width: 100%;
}

#hud_bottom_right{
	text-align: right;
	padding-top: 5px; 
	padding-right: 5px;
	white-space: nowrap;
}

#hud_right{
	position: fixed; 
	right: 0px;
	z-index: 1000;
	height: 30%;
	min-height: 100px;
}

.pixelated{
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
}

.info{
	position: fixed;
	background:rgba(127,127,127,0.75);
	text-align: center;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 30px; 
	text-decoration: none; 
	font-weight: bold; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	pointer-events: none;
	z-index: 100;
	padding: 5px;
}

#pixel_info{
	background: none;
	position: absolute;
	visibility: hidden;
	background:rgba(127,127,127,0.75);
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	padding: 5px;
	font-size: 15;
	z-index: 100;
}

#cooldown_info{
	visibility: hidden;
}

#share_info{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 40px;
	visibility: hidden;
}

#refresh_note{
	font-size: 21px;
}

.palette_table{
	height: 100%;
	margin: auto;
	table-layout: fixed;
}

.palette_table td{
	cursor: pointer;
	text-align: center;
	color: #222; 
	font-weight: bold;
	border: 2px solid rgba(255, 255, 255, 0);
}

#infobutton{
	background: #fff;
}

#speed{
	width: 100%;
}

.bottom_links{
	max-height: 100%;
	cursor: pointer;
	padding-right: 5px;
	height: 40px;
}

.zoom_button {
	width: 100%;
}

#timelapse_date{
	font-size: 21px; 
}

#variables{
	visibility: hidden;
}