<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.results-table tr th:nth-child(5), table.results-table tr th:nth-child(4), table.results-table tr td:nth-child(5), table.results-table tr td:nth-child(4), table.results-table tr td:nth-child(10), table.results-table tr td:nth-child(9), table.results-table tr th:nth-child(10), table.results-table tr th:nth-child(9) {
	border-right:1px solid #dddddd;
}

table.results-table tr th:nth-child(3), table.results-table tr th:nth-child(4), table.results-table tr th:nth-child(5), table.results-table tr th:nth-child(8), table.results-table tr th:nth-child(9), table.results-table tr th:nth-child(10), table.results-table tr td:nth-child(3), table.results-table tr td:nth-child(4), table.results-table tr td:nth-child(5), table.results-table tr td:nth-child(8), table.results-table tr td:nth-child(9), table.results-table tr td:nth-child(10) {
	text-align:center;
} 

fieldset {
	border:medium none;
}

input #sequence {
	background-color:white;
}

body #sequence, #sequence2 {
	background: white none repeat scroll 0 0;
}

.primer-1-id, .primer-2-id {
	word-break:break-all;
	max-width:80px;
}

.primer-1-sequence, .primer-2-sequence {
	display:block;
	word-break:break-all;
	width:120px;
}

fieldset &gt; span{
	color: #3D4A7E;
	font-size: 1.4em;
	display:block;
	margin-bottom:8px;
}
  
fieldset {
	border:none;
	/*border:1px solid #CCC;*/
	margin-bottom:10px;
	padding:6px;
	background-color:#efefef;
}

label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	margin-top:10px;
}

input[type="text"], select, textarea{
	background:#fafafa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:5px;
	margin-top:3px;
/*	font-size:0.9em;*/
	color:#3a3a3a;
	outline:0
}

textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 160px;
	resize: vertical;
}


input[type="text"]:focus, textarea:focus {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #009edc;
	outline:0px;
	box-shadow:0 0 7px #9ecaed;
}

.errors {
	color: red;
	padding-top: 7px;
	padding-bottom: 7px;
}

#batch-input-pane .button-container {
	padding-top: 7px;
}

.results-block-container {
	padding-bottom: 32px;
}

.results-table {
	width: 100%;
	border-collapse: collapse;
}

.results-table th {
	text-align: left;
	padding-bottom: 7px;
}

.results-table .pair-data-prefab, .results-table .pair-errors-prefab {
	display: none;
}

.results-table th.anneal-temp {
	text-align: right;
}

.results-table td.anneal-temp {
	color: red;
	text-align: right;
}
  
.results-table .pair-data {
	border-top: 1px solid #DDDDDD;
}

.results-table .pair-data td {
	padding-top: 7px;
	padding-bottom: 7px;
}
  
.results-table .pair-errors td {
	padding-bottom: 7px;
}

.results-table .error-messages {
	color: red;
}</pre></body></html>