@charset "ISO-8859-1";

tr.odd {
	vertical-align: top;
	background-color: #efefef;
}


tr.even {
	vertical-align: top;
	background-color: #fefefe;
}
h1 {
	font-weight: 800;
	font-size: 1.3em;
}
.cellflex {
	display: inline-block;
	padding:5px;
}
tr>td {
	padding: 8px;
	text-align: left;
}


div.mentoparent{
	text-align: center;
}
div.mentop {
	width: 700px;
}

fieldset>legend {
	color:#808080;
} 

fieldset {
	
	border: 1px dotted #252525;
	
}

select {
	
	padding: 5px;
}
input {
	padding: 5px;
}