#container, footer{
	width:90%;
	min-width:960px;
	max-width:1300px;	
	padding:0;
}
header h1 {
	font-size: 1.6rem;	
}
#logo>img {
	max-width: 40%;
	height: auto;
}
#main h2{
	font-size:1.4em;
	margin-top:50px;
}
.guidance {
	flex-direction: row;
	gap:0;
}
.guidance-img{
	flex:0 0 33%;
	align-self:flex-end;
}
.results-header {
	min-height: 200px;
}
#main .results-header h1 {
	padding-left: 5vw;
}

label[for=email]{
	display: inline-block;
	margin-left: 5px;
}
.years label{
	display: inline-block;
	width:200px;
}
.years input{
	width:50px;
}

table.data{
	table-layout: auto;
}
table.data tr td:first-child, table.data tr th:first-child{
	width: auto;
}
table.data tr{
	border:none;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
table.data tbody tr:first-child {
	border-bottom: 1px solid #ccc;
}
table.data tr td, table.data tr th{
	padding:15px 15px 30px 15px;
	border:none;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
table.data tr th{
	padding:15px 0 15px 32px;
}
/*
table.data{
	max-width:800px;
}
table.data tr td:first-child, table.data tr th:first-child{
	width: 400px;
	padding:5px 8px;
}
table.data tr th {
    padding: 15px;
}
table.data td{
	padding:15px;
}
*/

.guide{
	display: flex;
	flex-wrap: nowrap;
}
.guide>span{
	padding:10px;
	text-align: center;
}
.flexcols div label{
	margin-right: 80px;
}
input[type=text], input[type=email]{
	width:auto;
}
.bigRadio {
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 40px;
     width: 40px;
/*     border: 0;*/
     border-radius: 50px;
	 border:1px solid #ccc;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.bigRadio:checked::before{

	content: '';
	position: absolute;
	z-index: 1;
	border-color: #009933;
	border-style: solid;
	border-width: 0 3px 3px 0;
	height: 15px;
	top: 8px;
	left: 12px;
	transform: rotate(45deg);
	width: 7px;
}
.bigRadio:checked::after{
	display:block;
}
.bigRadio:hover{
     background-color: #f7f7f7;
}
.bigRadio:checked{
     background-color: #f1f1f1;
}
