@charset "utf-8";
/* CSS Document */

h3 {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	color: #006a4d;
}

form {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
}

button {
	background-color: #006a4d;
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	font-size: 3vw;
	font-weight: bold;
	color: #FFF;
	border: none;
	text-align: center;
	display: inline-block;
	padding: 4px 10px;
}

input[type=submit] {
	background-color: #006a4d;
	font-weight: bold;
	color: #FFF;
	border: none;
	text-align: center;
	display: inline-block;
	padding: 6px 14px;
}

td, th {
	padding: 2px;
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

th {
	background-color: #006a4d;
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

td {
	border: 1px solid #CCC;
}

table {
	border-collapse: collapse;
}

a {
	color: #006a4d;
}

a:visited {
	color: #006a4d;
}
