#grdntb	{
	background: #001E60; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#34657F, #001E60); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34657F, #001E60); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34657F, #001E60); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#34657F, #001E60); /* Standard syntax */line-height: 50px; 
}

.flex-container {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	background-color: White;
}

.flex-container > div {
	padding: 10px;
	color: white;
	background-color: #777;
	border-radius: 25px;
	border: 2px solid #001E60;
	width: 300px;
	margin: 10px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dt { display:block; float:left; width:85px; text-align: right; color: #001E60}
dt:after{content:' - ';}
dd { display:block;}

.name {
	color: #001E60;
}
.title {
	padding: 10px;
	color: white;
	background-color: #777;
	border-radius: 25px;
	border: 2px solid #001E60;
	width: 300px;
	margin:  0 auto;
	text-align: center;
	line-height: normal;
	font-size: 20px;
}
.headertext {
	float: right;
	color: white;
	text-decoration: none;
	font-size: 14px;
	/*padding: 1em; */
	padding-right: 30px;
	font-family: 'Avenir Next', Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	overflow: hidden;
	margin: 0;
	/*color: #cecece;
	background: #2a2b30; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: -1;
}
.form-gold {
	text-align:left;
	font-size: 16px; 
	line-height: 1.75em;
	margin-left:auto;
	margin-right:auto;
	width: 60%;
	max-width: 100%;
	border-radius:12px;
	-moz-border-radius:12px;
	padding:6px;
	padding-left:28px;
	color:#001E60;
	background-color:#9FA5A6;
}

.form-gold label {
	text-align:left;
	margin-left: 10px;
	font-size: 20px; 
	line-height: 1.75em;
	}
.submit{
	text-align:center;	
}
.submit button {
	width: auto;
	padding: 9px 15px;
	background: #001E60; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#34657F, #001E60); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34657F, #001E60); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34657F, #001E60); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#34657F, #001E60); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001E60', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	}
.submit button:hover{
	width: auto;
	padding: 9px 15px;
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	background: #EAAA00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#34657F, #EAAA00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34657F, #EAAA00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34657F, #EAAA00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#34657F, #EAAA00); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592f07', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.form-gold input{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold select{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	/* width: 86%; */
	background:#F8F8F8;
	box-shadow: 3px 3px 5px #CCC inset;
	-moz-box-shadow:3px 3px 5px #CCC inset;
	-webkit-box-shadow:3px 3px 5px #CCC inset;
	border-radius:3px;
	-moz-border-radius:3px;
}
.form-gold input[type=checkbox]{
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 10%;
	background:#F8F8F8;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:none;
	-moz-border-radius:none;
}
a 	{
	color: #001E60; 
	font-weight: bold;
	text-decoration: underline;
}
table.data {
	font-family: 'Play', sans-serif; 
	font-size: 12px; 
	border-collapse:collapse;
	margin-left:auto; 
    margin-right:auto;
	margin: 0 auto;
}
table.data td, th {
	padding:7px; border:#F1B201 1px solid;
}
table.data tr:nth-child(odd) {background-color: #FFF;}
table.data tr:nth-child(even) {background-color: #CCC;}
table.data td:nth-child(2), th:nth-child(2) { border-left: #F1B201 1px solid; }
table.data td:nth-child(5), th:nth-child(5) { border-right: #F1B201 1px solid; }
table.data td:nth-child(8), th:nth-child(8) { border-right: #F1B201 1px solid; }
table.data td:nth-child(11), th:nth-child(11) { border-right: #F1B201 1px solid; }

#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: #EAAA00;
  margin-top: 20px;
}
button {
	width: auto;
	padding: 9px 15px;
	background: #001E60; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#34657F, #001E60); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34657F, #001E60); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34657F, #001E60); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#34657F, #001E60); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001E60', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	}
button:hover{
	width: auto;
	padding: 9px 15px;
	border: #5BDB3C .5px thin solid;
	font-size: 18px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	box-shadow:none;
	background: #EAAA00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#34657F, #EAAA00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34657F, #EAAA00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34657F, #EAAA00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#34657F, #EAAA00); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#592f07', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
h1 
{
	text-align: center;
	font-size: 36px;
	color: red;
	/*color: #001E60; */
}