@charset "utf-8";


img {
	border: none;
}
a {
	text-decoration: none;
	color: black;
}
body {
	font-size: 16px;
	position: static !important;
	width: 100% !important;
	overflow-y: scroll !important;
}

#output::-webkit-outer-spin-button,
#output::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.logo img{
	margin-top: 15%;
}

#output[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

.mobile_pad_buttons {
  display: flex;
  font-family: Helvetica;
  font-weight: 400;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 310px;
}

.mobile_pad_buttons .button {
  border: 1px solid #006494;
  border-radius: 50px;
  color: #006494;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
/*  height: 80px;*/
/*  line-height: 80px;*/
  margin: 10px;
  text-align: center;
  width: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile_pad_buttons .button:hover {
  background-color: #006494;
  color: #FFFFFF;
}

#resend{
	background: unset;
	border: unset;
}