body {
	overflow: hidden;
	position: fixed;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: verdana;
	font-size: 100%;
}
#container {
	width		: 100%;
	height		: 100%;
	overflow	: hidden;
	padding		: 0;
	margin		: 0;
	-webkit-user-select	: none;
	-moz-user-select	: none;
	z-index: -6;
	display: block;
}
#title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 10.67vh;
	float: left;
	width: 50%;
	font-size: 7vh;
	padding-top: 3px;

}
.dropbtn {
	position: relative;
	height: 10.67vh;
	width: 26.67vh;
	text-align: center;
	float: right;
	font-size: 7vh;
	border: none;
	cursor: pointer;
	background-color: #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	width: 100%;
	position: relative;
	height: 10.67vh;
	background-color: #f5f5f5;
}
#line {
	background-color: black;
	color: white;
	height: 1px;
	position: relative;
}
#message {
	display: none;
}
#settings {
	position: relative;
	display: none;
	text-align: center;
	padding-top: 100px;
	z-index: -6;
}

.led-box {
  margin-top: 50px;
  height: 30px;
  width: auto;
}	

.led-red {
  margin-left: 6.98vw;
  float: left;
  width: 4.65vw;
  height: 4.65vw;
  background-color: #A00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;

  transition: 0.5s;
}

.led_active {
	box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
	background-color: #F00;
	
}

@keyframes ledon {
    from { background-color: #F00; }
    to { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
}
@keyframes ledoff {
    from { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}

#menu_pause {
  display: none;
}



