table.dark th.sub_head {
	background-color: #AEAEAE;
	vertical-align: top;
	font-size: 11px;
	padding:4px;
}

table.dark tr td {
	border-top: 1px;
	border-style:solid;
	border-color:#d2d2d2;
}

.na_text {
	font-size:6px;
}

.boxPlotDiv .na_text {
	font-size:12px
}


.validation_div {
	padding: 2px 5px;
}
.validation_div:not(:last-child) {
	border-bottom: 8px solid #c2c2c2;
}


.blot_frame {
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin-left: 30px;
	margin-right: 10px;
}
.ladder_frame {
	position: absolute;
	width: 30px;
	background: #f5f5f5;
	top: 0px;
  left: -30px;
}
.ladder_band {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
}
.ladder_val {
	position: absolute;
	left: 0px;
	z-index: 2;
	font-size: 10px;
	line-height: 15px;
}
.marker_arrow {
	position: absolute;
	right: -10px;
	width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  
  border-right: 8px solid #000;
}
.manual_marker, .other_marker {
	position: absolute;
	display: none;
	width: 20px;
	height: 5px;
	border-radius: 50%;
	background-color: #00ff00;
}
.show_band_overlay {
	display: block!important;
	background-color: #00ff00!important;
}

.targetHover {
	fill: #00ff00;
}