.myButton-green {
	box-shadow:inset 0px 0px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	padding:15px 76px;
	text-decoration:none;
	margin:auto;
}
.myButton-green:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.myButton-green:active {
	position:relative;
	top:1px;
}


.myButton-red {
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	padding:15px 76px;
	text-decoration:none;
	margin:auto;
}
.myButton-red:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.myButton-red:active {
	position:relative;
	top:1px;
}

.maxbutton-1 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 150%;
  height: 50px;
  border: 2px outset #cccccc;
  border-radius: 4px 4px 4px 4px;
  background-color: #1c3764;
  box-shadow: none;
}
.maxbutton-1:hover {
  border-color: #cccccc;
  background-color: #045575;
  box-shadow: none;
}
.maxbutton-1 .mb-text {
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 15px 0px 0px 0px;
}
.maxbutton-1:hover .mb-text {
  color: #ffffff;
}

.maxbutton-2 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 150%;
  height: 50px;
  border: 2px outset #cccccc;
  border-radius: 4px 4px 4px 4px;
  background-color: white;
  box-shadow: none;
}
.maxbutton-2:hover {
  border-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.13);
  box-shadow: none;
}
.maxbutton-2 .mb-text {
  color: #000000;
  font-family: Arial;
  font-size: 17px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 15px 0px 0px 0px;
}
.maxbutton-2:hover .mb-text {
  color: #000000;
}