.button-100 {
	box-shadow:inset 0px -50px 0px -42px #e67a73;
	background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
	background-color:#e4685d;
	border:4px solid #ffff00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:8px 8px;
	font-weight: 600;
	text-decoration:none;
	width: 90%
}

.button-100:hover {
	background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
	background-color:#eb675e;
	color:#ffffff;
	width: 90%
}

.button-100:active {
	position:relative;
	top:2px;
	width: 90%
}

.button-101 {
	box-shadow:inset 0px -50px 0px -42px #51b7ff;
	background:linear-gradient(to bottom, #51b7ff 5%, #1e90ff 100%);
	background-color:#1e90ff;
	border:4px solid #ffff00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:8px 8px;
	font-weight: 600;
	text-decoration:none;
	width: 90%
}

.button-101:hover {
	background:linear-gradient(to bottom, #1e90ff 5%, #51b7ff 100%);
	background-color:#1e90ff;
	color:#ffffff;
	width: 90%
}

.button-101:active {
	position:relative;
	top:2px;
	width: 90%
}
