body {
	background: #46847a;
	background-image: linear-gradient(#063a31 0%, #46847a 100%);
	background-repeat: repeat-x;
}

a {
	color: #19bec6;
}

input {
	background: white;
	border: none;
	border-bottom-color: #5fccb9;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding: 0.5em;
}

label {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 12pt;
	font-weight: bold;
	display: block;
}

table {
	width: 100%;
}

th  {
	border: 1px solid #fff;
}

td {
	padding: 0.5em;
}

hr {
	border: solid 1px white;
}
