.myButton {
			box-shadow: 0px 0px 0px 2px #91b8b3;
			background:linear-gradient(to bottom, #12ac4b 5%, #12ac4b 100%);
			background-color:#12ac4b;
			border-radius:10px;
			border:0px solid #12ac4b;
			display:inline-block;
			cursor:pointer;
			color:#ffffff;
			font-family:Arial;
			font-size:19px;
			padding:12px 37px;
			text-decoration:none;
			text-shadow:0px 1px 0px #2b665e;

			position: relative;
		    left: 19%;
		    top: 2vh;
		    text-transform: capitalize;
		}
		.myButton:hover {
			background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
			background-color:#6c7c7c;
		}
		/*.myButton:active {
			position:relative;
			top:1px;
		}*/