html {
	font-size: 16px;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, sans-serif;
}

body {
	background: rgb(240, 240, 240);
	
	margin: 1.5rem;
}

.button {
	display: inline-block;
	box-sizing: border-box;
	min-width: 3rem;
	margin: 0.5rem 0.25rem;
	padding: 0 0.5rem;

	cursor: pointer;

	height: 1.8625rem;

	border: 0.0625rem solid rgba(60,85,32,0.25);
	box-shadow: inset -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.1),
				inset 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.35);

	background: rgb(125,200,64);
	background: linear-gradient(to bottom, rgb(125,200,64) 0%,rgb(112,167,67) 100%);

	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	color: rgb(250, 250, 250);
	text-decoration: none;
	text-align: center;
	line-height: 1.75rem;
	font-weight: bold;
	text-shadow: 0 -0.0625rem 0 rgba(0,0,0,0.5);
	
	border-radius: 0.125rem;
}

.button.red {
	border: 0.0625rem solid rgba(85,60,32,0.25);
	background: linear-gradient(to bottom, rgb(249, 76, 57) 0%,rgb(197, 63, 49) 100%);
}

input {
	font-size: 16px;
	height: 1.8625rem;
	box-sizing: border-box;
	padding: 0 0.25rem;
}
