.learnbody {
	position: relative;
	width: 650px;
	padding: 30px 10px 10px 10px;
	line-height: 1.5;
}
.learnbody .menufix {
	position: absolute;
	width: 181px;
	left: -200px;
	top: 30px;
	z-index: 1;
}
.learnbody .menufix div {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D9D9D9;
	border-radius: 6px;
	margin-bottom: 15px;
}
.learnbody .menufix div a {
	display: block;
	padding: 3px 10px 3px 20px;
}
.learnbody .menufix div a:hover {
	background-color: #c5dfbc;
}
.learnbody .menufix div a.h1 {
	font-weight: bold;
	padding-left: 8px;
}
.learnbody.tissue {
	width: 730px;
}
.learnbody.brain {
	width: 820px;
}
.learnbody.about {
	width: 730px;
}
.learnbody.dictionary {
	width: 1050px;
}
.learnbody.dictionary.overview {
	width: 1050px;
}
.learnbody h1, h2, h3, h4 {
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6C6C6C;
	position: relative;
}
.learnbody h1:first-of-type {
	margin-bottom: 25px;
}
.learnbody h1 span {
	font-size: 18px;
}
.learnbody h2, h3, h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
.learnbody h4 {
	border-bottom: none;
	padding-bottom: 0px;
}
.learnbody p {
	margin-top: 12px;
	margin-bottom: 12px;
}
.learnbody table {
	margin-bottom: 25px;
}
.learnbody table td {
	padding: 2px 5px 2px 5px;
	background-color: #eeeeee;
	border-color: #dddddd;
	line-height: 1.5;
}
.learnbody table th {
	background-color: #c2c2c2;
	border-color: #c2c2c2;
}

.learnbody div.column1 {
	box-sizing: border-box;
	width: 50%;
	float: left;
	clear: left;
	padding-right: 6px;
}
.learnbody div.column2 {
	box-sizing: border-box;
	width: 50%;
	float: left;
	clear: right;
	padding-left: 6px;
}
.learnbody div.clear {
	clear: both;
}

.learnbody span.atlasImage,
.learnbody span.staticImage {
	text-align: center;
	display: inline-block;
}
.learnbody span.staticImage.block,
.learnbody span.staticImage.block > span:first-of-type,
.learnbody span.staticImage.block > a:first-of-type {
	display: block;
}
.learnbody span.atlasImage > a,
.learnbody span.staticImage > span:first-of-type,
.learnbody span.staticImage > a:first-of-type {
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50%;
}
.learnbody span.atlasImage > a,
.learnbody span.staticImage.round > span:first-of-type,
.learnbody span.staticImage.round > a:first-of-type {
	border-radius: 7px;
}
.learnbody span.staticImage.black > span:first-of-type,
.learnbody span.staticImage.black > a:first-of-type {
	background-color: #000;
}
.learnbody span.atlasImage > span,
.learnbody span.staticImage > span {
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
}

.learnbody.tissue > .column2 {
	background-color: #f2f2f2;
	border-radius: 7px;
	margin-top: 12px;
	margin-left: 12px;
	width: 40%;
	padding-right: 25px;
}
.learnbody.tissue > .column2 ~ .column2 {
	background-color: transparent;
	border-radius: 0px;
	margin: 0px;
	padding-right: 0px;
	width: 50%;
}

.learnbody h1:first-of-type:after {
	content: "";
	position: absolute;
	right: -2px;
	top: 10px;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-size: auto 51px;
}

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.border tr.green td {
	background-color: #b4d7af;
}

.node circle {
  stroke: #000;
  stroke-width: 1.5px;
}

.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; */
}

.piechart {
	text-align: center;
}

.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;
}

/****************/
/*About table*/
.learnbody table:not([class]) {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.learnbody table:not([class]) th {
	background: grey;
	color: white;
	padding-left: 5px;
	border-bottom: 1px solid grey;
}
.learnbody table:not([class]) th:empty {
	padding: 0px;
	border: none;
}
.learnbody table:not([class]) th.middle {
	padding-left: 5%;
	padding-right: 5%;
}
.learnbody table:not([class]) tr:nth-child(2n) td {
	background-color: #fbfbfb;
}
.learnbody table:not([class]) tr:first-child th:first-child,
.learnbody[markdown_name='/about/antibody validation'] table:not([class]) tr:first-child td:first-child {
	border-top-left-radius: 7px;
}
.learnbody table:not([class]) tr:first-child th:last-child,
.learnbody[markdown_name='/about/antibody validation'] table:not([class]) tr:first-child td:last-child {
	border-top-right-radius: 7px;
}
.learnbody table:not([class]) tr:last-child td:first-child {
	border-bottom-left-radius: 7px;
}
.learnbody table:not([class]) tr:last-child td:last-child {
	border-bottom-right-radius: 7px;
}


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: 139px;
}
table.icon_right td.blueborder div {
	border-right: 1px solid #3777BC;
	padding-right: 5px;
	width: 139px;
}

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

td.organ_icon div {
	height: 1px; 
	width: 100%;
	background: #3777BC;
	position: relative;
}
td.organ_icon div a {
	position: relative;
	top: -22px;
	z-index: 100;
}
td.organ_icon div.brain_icon_background {
	position: absolute;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
td.organ_icon img:hover {
	opacity: 0.5;
}
.schematic_brain_image, .schematic_brain_image svg {
	max-width: 100%;
	max-height: 318px;
}
#colorbox div {
	background-color: #fff;
}
#colorbox .schematic_brain_image_colorbox {
	border:  1px solid #000;
	max-width: 100%;
	height: auto;
	display: block;
}
svg .region {
	fill: #d2d1d0;
}

.learntitle {
	padding: 10px;
}
.learntitle h3 span {
	 font-size: larger;
}

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

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

DIV.roundedatlas .brainatlas {
	width: 820px;
	background-size: 802px 176px;
}
DIV.roundedatlas {
	position: relative;
	height: 176px;
	border-radius: 7px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}
DIV.roundedatlas div {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 176px;
	text-decoration: none;
	color: black;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
DIV.roundedatlas div div {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 11px;
	width: 18px;
	height: 176px;
	padding-top: 5px;
}

div.learnitem {
	margin-bottom: 25px;
}
div.clustergenelist{
	display: none;
}
div.clustergenelist table {
	min-width: 720px;
	max-width: 720px;
}
div.umapsvg svg {
	width:740px; 
	height: 520px;
}
