table.stat {
		border-collapse: collapse; 
		table-layout: fixed; 
		width: 820px;
		border: 2px solid black;
	}
table.stat td {
		font-size: 11px;
		white-space: nowrap;
		text-align: center;
		padding: 4px;
	}
table.stat td.left {
		text-align: left;
	}
table.stat td.white {
		background-color:#f5f5f5;
		font-weight: bold;
		font-size: 12px;
	}
table.stat td.bold {
		font-weight: bold;
	}
table.stat td.darkgray {
		background-color:#D8D8D8;
	}
table.stat td.mediumgray {
		background-color:#ededed;
	}
table.stat td.center_padd {
		text-align: right;
		padding-right: 30px;
}
table.stat td.center_padd_less {
		text-align: right;
		padding-right: 15px;
}
table.stat td.border_top {
		border-top: 2px solid black;
		border-collapse: collapse; 
	}
table.stat td.border_right {
		border-right: 2px solid black;
		border-collapse: collapse; 
	}
table.stat tr.odd td {
	background-color:#FFFFFF;
}

table.cellcycle {
		width: 100%;
		background-color:#FFFFFF;
		font-weight: bold;
	}

table.cellcycle th, table.cellcycle td, table.cellcycle tr {
		font-size: 14px;
		white-space: nowrap;
		text-align: center;
		background-color:#FFFFFF;
		padding: 4px;
	}
	
table.border tr.green td {
	background-color: #b4d7af;
}

.node circle {
  stroke: #000;
  stroke-width: 1.5px;
}
/*
.node circle:hover {
  stroke: #3366ff;
}
*/

.node .text {
  pointer-events: none;
	font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	white-space: wrap;
}

.mouseoverselected circle {
  stroke: #3366ff;
	stroke-width: 3px;
}

.brush .extent {
  fill-opacity: .1;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.arc text {
	font: 300 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.arc:hover {
  /* stroke: #3366ff; */
}

.piecontainer {
	width: 600px; 
	display: block;
	text-align: center;
}

.piecontainer div {
	display: inline-block;
	vertical-align: middle;
}

.pielegend {
	padding-left: 20px;
}

.vennintersecttext {
	font: 300 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.venncircletext {
	font: 300 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.learnexampleimage {
	text-align: center;
	/*width: 400px;
	/* display: inline-block; */
}
.learnexampleimage div {
	display: inline-block;
}
.learnexampleimage div div{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

DIV.roundedsupp {
	background-color: #f2f2f2;
	margin-right: 4px;
	text-align: left;
	border-radius: 7px;
}
DIV.roundedsupp DIV {
	display: table-cell; 
	vertical-align: middle;
}

TABLE.white TD {
	background-color: white;
}

table.image_vertical tr td {
	vertical-align: middle;
}

tr.organelle td {
	text-align: right;
	padding-bottom: 20px;
}
tr.organelle div {
	text-align: left;
	padding: 5px 0px 5px 8px;
	/*display: inline-block;*/
	white-space: nowrap;
}
tr.organelle div img, tr.organelle div span {
	vertical-align: top;
}
tr.organelle div img {
	width: 74px;
	margin: 3px;
}
tr.organelle div > span {
	display: inline-block;
	min-height: 75px;
	width: 130px;
	padding: 2px 2px 2px 5px;
	margin-left: 5px;
	border-left: 1px solid #3777BC;
	white-space: normal;
}

table.icon_left td.blueborder, table.icon_right td.blueborder {
	padding: 18px 0px;
}
table.icon_left td.blueborder div {
	border-left: 1px solid #3777BC;
	padding-left: 5px;
	width: 119px;
}
table.icon_right td.blueborder div {
	border-right: 1px solid #3777BC;
	padding-right: 5px;
	width: 119px;
}
td.humancell td.blueborder div {
	width: 70px;
}

table.align_right td {
	text-align: right;
}

td.organ_icon div {
	height: 1px; 
	width: 100%;
	background: #3777BC;
}
td.organ_icon div a {
	position: relative;
	top: -25px;
	z-index: 100;
}

.learntitle {
	padding: 10px;
}
.learntitle h3 span {
	 font-size: larger;
}
.learnbody, table tr td.learnbody {
	padding: 30px 10px 10px 10px;
	#padding: 10px;
	line-height: 18px;
	background-color: #fff;
}
.learnbody table {
	margin-bottom: 25px;
}

tr.totalRow td {
	font-weight: bold;
	border-top: 2px solid #000;
}

.learnbody.cell .piecontainer {
	margin-left: 100px;
}

#BP, #MF {
	width: 600px;
	margin: auto;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	padding:0px 55px;
}

td.largerfont div a {
	font-size: 14px;
}