span.env {
	padding-left: 30px;
}

li.env {
	margin-top:20px;
}

div.help_caption {
	padding-left : 40px;
	padding-top:10px;
}

table#geneinfo_help {
	width: 100%;
	border: solid 1px #c3c3c3;
	margin-top: 20px;
}

table#geneinfo_help td {
	padding: 5px;
	vertical-align: middle;
}

table#geneinfo_help td.wh {
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	font-weight: bold;
	text-align: center;
}

table#geneinfo_help td.wh_left {
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	width:130px;
}

table#geneinfo_help td.wh_right {
	border-top: solid 1px #c3c3c3;
}

table#geneinfo_help td.bl {
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	background: #f4f4f4;
	font-weight: bold;
	text-align: center;
}

table#geneinfo_help td.bl_left {
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	background: #f4f4f4;
	width:130px;
}

table#geneinfo_help td.bl_right {
	border-top: solid 1px #c3c3c3;
	background: #f4f4f4;
}

ul.bullet_list {
	list-style-type:disc;
	margin-left: 1.2em;
}