button.indice {
  box-shadow: inset 0px 1px 0px 0px #a7db90;
  text-shadow: 1px 1px black;
	background:linear-gradient(to bottom, #85c468 5%, #79bd57 100%);
	background-color:#85c468;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color: white;
	font-family: monospace;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration:none;
}
