@-webkit-keyframes pulse {
  0% { box-shadow:0 0 8px #00ff00, inset 0 0 8px #00ff00; }
  50% { box-shadow:0 0 16px #00ff00, inset 0 0 14px #00ff00; }
  100% { box-shadow:0 0 8px #00ff00, inset 0 0 8px #00ff00; }
}

.inner {
  text-align:center;
  background-color:transparent;
  width:150px;
  height:150px;
  border-radius:50%;
  box-shadow: 0 0 8px #00ff00, inset 0 0 8px #00ff00;
  -webkit-animation: pulse 2s linear 1s infinite;
}
.inner p {
  display:block;
  text-align: center;
  line-height: 193px;
  font-family:sans-serif;
  font-weight:100;
  font-size:36px;
  color: #00ff00;
  text-shadow: 0 0 4px #00ff00;
}

@-webkit-keyframes pulse1 {
  0% { box-shadow:0 0 8px #ff6600, inset 0 0 8px #ff6600; }
  50% { box-shadow:0 0 16px #ff6600, inset 0 0 14px #ff6600; }
  100% { box-shadow:0 0 8px #ff6600, inset 0 0 8px #ff6600; }
}

.inner1 {
  text-align:center;
  background-color:transparent;
  width:150px;
  height:150px;
  border-radius:50%;
  box-shadow: 0 0 8px #ff6600, inset 0 0 8px #ff6600;
  -webkit-animation: pulse1 2s linear 1s infinite;
}
.inner1 p {
  display:block;
  text-align: center;
  line-height: 193px;
  font-family:sans-serif;
  font-weight:100;
  font-size:36px;
  color: #ff6600;
  text-shadow: 0 0 4px #ff6600;
}

@-webkit-keyframes pulse2 {
  0% { box-shadow:0 0 8px #15f4ee, inset 0 0 8px #15f4ee; }
  50% { box-shadow:0 0 16px #15f4ee, inset 0 0 14px #15f4ee; }
  100% { box-shadow:0 0 8px #15f4ee, inset 0 0 8px #15f4ee; }
}

.inner2 {
  text-align:center;
  background-color:transparent;
  width:150px;
  height:150px;
  border-radius:50%;
  box-shadow: 0 0 8px #15f4ee, inset 0 0 8px #15f4ee;
  -webkit-animation: pulse2 2s linear 1s infinite;
}
.inner2 p {
  display:block;
  text-align: center;
  line-height: 193px;
  font-family:sans-serif;
  font-weight:100;
  font-size:36px;
  color: #15f4ee;
  text-shadow: 0 0 4px #15f4ee;
}

.ezInput{
	width:100%;
	background:none;
	border-style: none none ridge none;
	color:#FFF;
	font-size:36px;
}
.ezBtn{
	width:100px;
	height:60px;
	background:none;
	border-style: ridge;
	color:#FFF;
	font-size:18px;
}
.tdJud{
	background-color:#15f4ee;
	color:#000;
	font-size:18px;
	text-align:center;
}