body {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
}


a {
	color: #000;
	text-decoration: none;
}

form {
	display: inline;
}

.bordered {
    border-top: 1px solid #3c9bf7;
}

div#filter {
	display: none;
}

div#content {
	width: 100%;
	text-align: left;
}

#trait_groups h4, #estimates h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 12pt;
	border-bottom: 3px solid #000;
}

#estimate_list h4, h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 12pt;
}


#estimates td ,#estimate_list td{
	border: 1px #000 solid;
}

#trait_groups ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	border: none;
}

#trait_groups li {
	margin-bottom: 3px;
}

div#header {
	display: none;
}

.no_print {
	display: none;
}
