tbody.genomicAlignments:not(.viewAll) tr:nth-child(n+5){
	display:none;
}

tbody.genomicAlignments tr.viewAll:nth-child(n+6){
	display:table-row !important;
}

.genomicAlignments font{
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color: #647562;
}
a {
	color: #111111;
	text-decoration: underline;
}
body {
	font: 14px/21px "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
}
hr {
	height:16pt;
	visibility:hidden;
	margin:0px;
}
select#morpholinoType,
select#specificityTests {
	width: 150px;
}
sup {
	font-weight: bold;
}
table {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: small;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	width: 100%;
}
table#identification tr td,
table#target tr td,
table#experimentalResults  tr td,
table#publications  td  {
	width: 310px;
}
table#blastRatios  tr td {
	width: 140px;
}
table#BLAST td {
	padding: 0px 15px;
}
table#BLAST th{
	background-color:grey;
}
#morpholinoSequence {
	width:250px;
}
.comment {
	color:red;
	font-weight: bold;
	font-size: x-small;
}
.fieldComment {
	font-size: x-small;
	font-style: italic;
	position: relative;
}
.note {
	color:grey;
	font-weight: bold;
	font-size: small;
	font-style: italic;
}
.dataTable tbody tr:not(.sectionHeader) td:first-child {
	background-color: #ddd;
	font-weight: bold;
	width:175px;
	color: black;
	margin-right: 5px;
	text-align:right;
	font-size: 14px;
}
.dataTable {
	width:100%;
}
.dataTable td {
	padding: 3px 3px 3px 10px;
}
.rowHighlightColumnHeader tr:hover{
	background-color:#aea;
}
.tableSubset td {
	background-color:transparent !important;
}
.oddEvenDoubleHeader tr:nth-child(2n+3){
	background-color: #ddd;
}

.oddEvenDoubleHeader tr:nth-child(2n+4) {
	background-color: #fff;
}
.evenTR {
	background-color: #ddd;
}
.oddTR {
	background-color: #fff;
}
.sectionHeader, .sectionHeader td {
	background-color: #999!important;
	color: #fff;
	text-align: left;
	height: 18px;
	font-size: small;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*display: block;*/
	padding: 3px 3px 3px 10px;
}
.labelSubHeader {
	font-weight: bold;
	color: black;
	margin-right: 5px;
	float:right;
}
.labelHeader {
	/*display: table-cell;*/
	font-size:large;
	font-weight:bold;
	color:black;
	text-align:left;
	margin-right:5px;
}
.valueHeader {
	font-size:large;
	color:black;
}
.labelTitle {
	font-size:x-large;
	font-weight:bold;
	color:black;
	margin-right:6px;
}
.valueTitle {
	font-size:x-large;
	color:black;
}
.labelColumn {
	background:#ccc;
	width:300px;
}
.objectName {
	background-color:#ccc;
	text-align:center;
	color:black;
	width:100%;
}
.inputNotice {
	color: red;
	text-align: left;
}
.reset_hr {
	height:3pt;
	visibility:visible;
	margin:0px;
	color: #060;
	background-color: #060;
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
.searchResults td, .searchResults th{
	padding: 3px 25px 3px 15px;
}
.BLASTAlignment, .BLASTAlignment *{
	white-space:pre !important;
	line-height: 14px;
	font-family: monospace !important;
}
.BLASTAlignment .mis-alignment{
	color:#FF00FF;
}

.tagText:after {
	content:attr(text);
	color:red;
	font-size: 10px;
    font-weight:bold;
    vertical-align: top;
	padding-left: 3px;
	position:relative;
	top: -5px;
	text-decoration: transparent !important;
}

*[alt="target"]{
	color:green;
}
*[alt="off-target"]{
	color:#FF00FF;
}
*[alt="unknown"]{
	color:black;
}