.thutTable1 {
	border-collapse: collapse; 
    margin: 25px 0; 
    font-size: 13px;
    font-family: arial;
    min-width: 400px;
	border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 
}

.thutTable1 th, .thutTable1 td {
	border :1px solid black;
}	
.thutTable1 th {
	background-color: #cce0cc; 
	padding: 12px 15px;
}	

.thutTable1 tr: {
	background-color:#f1f1f1; 
	padding: 12px 15px;
	
}
.thutTable1 tr:nth-child(even) {background: #ECECEC}

.thutTable1 td {
	padding: 3px 20px;
	}

/* end of first table specs */

.donTable1 {
	border-collapse: collapse; 
    margin: 25px 0;
    font-size: 13px;
    font-family: arial;
    min-width: 400px;
	border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.donTable1 th, .donTable1 td {
	border :1px solid black;
}	
.donTable1 th {
	background-color: #cce0cc; 
	padding: 12px 15px;
}	

.donTable1 tr: {
	background-color:#f1f1f1; 
	padding: 12px 15px;
}
.donTable1 tr:nth-child(odd) {background: #ECECEC}

.donTable1 td {
	padding: 3px 20px;
}



	
	
a {display: inline-block}
.button2 {
    border: none;
	font-family:arial;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	
}


	p.small {
		line-height: 0.7;
	}

	p.smaller {
		line-height: 0.2;
	}
		
	.thutfootnote {
		font-family:arial;
		font-size: 12px;
		color:black;
		font-style:italic;

	}
	.thutblue {
		color:blue;
		font-family:arial;
		font-size: 14px;
		font-style: italic;
		line-height: .5;
	}	
	.advgrn1 {
		color:green;
		font-family:arial;
		font-size: 14px;
		font-style: italic;
	}
	
	.advgrn2 {
		color:green;
		font-size: 14px;
		font-family:arial;
		font-weight:bold;
		line-height: 1.0;
	}
	
	.advred1 {
		color:red;
		font-size: 14px;
		font-family:arial;
	}
	
	.advred2 {
		color:red;
		font-size: 14px;
		font-family:arial;
		font-weight:bold;
	}
	
	.black1 {
		color:black;
		font-size: 14px;
		font-family:arial;
		font-weight:normal;
	}
	
	.error {
		color:red;
		font-size: 14px;
		font-family:arial;

	}
	
	.mainresulttxt {
		font-family:arial;
		font-size: 12px;
		color:green;
	}
	
	.maintxt {
		font-family:arial;
		font-size: 14px;
		color:black;
		line-height: 1.6;
	}
	
	.titletxt1 {
		font-family:arial;
		font-size: 17px;
		font-weight: bold;
		color:black;
	}
	
	.tableheader {
		font-family:arial;
		font-size: 14px;
		color:blue;
		line-height: 1.6;
	}


