html {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	background: url(../img/bkg.jpg);
	background-size: cover;
	display: flex;
	min-height: 100%;
/*background: #f8ffe8;
background: -moz-radial-gradient(center, ellipse cover, #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%);
background: -webkit-radial-gradient(center, ellipse cover, #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%);
background: radial-gradient(ellipse at center, #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=1 );
*/
}
body {


	font-size: 16px;
	font-size: 1.6rem;
	margin: auto;
}

main {
	max-width: 800px;
	background: #fff;
	padding: 15px;
	margin: 15px;
	border: solid transparent;
	border-radius: 10px;
}
.center {
	text-align: center;
}

.download
{
	text-align: center;
}
.download a
{
	border: solid 1px #009000;
	padding: 1rem;
	color: #009000;
	text-decoration: none;
	margin: .5rem;
}
.download a:hover
{
	border: solid 1px #009000;
	background: #009000;
	padding: 1rem;
	color: #fff;
	text-decoration: none;
}
.TableGrid {
	width: 100%!important;
}