html{
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}

body{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#textHeader{
	padding-left: 40px;
	padding-right: 40px;
}

#textFooter{
	padding-left: 40px;
	padding-right: 40px;
}

.myfooter{
	min-width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
}

.resize{min-width: 100%; display:inline-block;}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
	max-height: 99999999px;
	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 4px;
}
		
a:hover{opacity:0.4;}
a.words:link{text-decoration: none; color: black;}
a.words:visited{text-decoration: none; color: black;}

span.highlight{
	color: #3333ff;
	background-color: #f4f4f4;
	padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px;
	border-radius: 5px; border: 1px solid #aaa;
}

span.missing{
	color: #ff3333;
}