body{
font-family: Verdana, Geneva, sans-serif;
}

#greenTable
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#greenTable td, #greenTable th 
{
	font-size:1em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
}
#greenTable th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#ffffff;
}
#greenTable tr.alt td 
{
	color:#1a2a3a;
	background-color:#EAF2D3;
}
.fixedspan{
  margin-bottom:10px;
}
.fixedspan span{
    display:inline-block;
    width:150px;
    font-size: 15px;
}