body {
	margin:10px 5px 10px 5px;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:17px;
	color: #494949;

}
table {
	border-collapse: collapse;
	width: 80%;
	max-width: 800px;
}

th, td {
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
th {
	color: #fff;
	background-color:#007DAD;
	letter-spacing: 1px;
}
input {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	padding: 8px;
	}
input[type="submit"]{
	
	border: solid 1px #2c8733; 
	border-radius: 3px;
    background-color: #2c8733; 
	transition: all 300ms ease-out 0s;
	color: #fff;
/**
	color: #fff;
	border: solid 1px #1293de; 

    background-color: #1293de; **/
}

input[type="submit"]:hover{
	
	border: solid 1px #2c8733; 
    background-color: #005907; 
	transition: all 300ms ease-out 0s;
	color: #fff;

}


h2 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
}

select {
	padding: 5px;
}

.CR_Row {
	background-color: #fff;
}
.CR_AltRow {
	background-color: #eee;
}
.disclaimer {
	width: 75%;
	padding: 5px;
	border: 1px solid #333;
	margin-top: 20px;
}