/* Adjust the width of the input table columns */
/* title */
.output_title {
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:123%;
}
h4{
    font-weight: bold;
    text-shadow: 0px 2px 0px #ccc;
	margin: 3px 0 3px 0;
}

table.seqformat {
	margin:0 0 10px 0;
}

table.seqformat tr{
}

table.seqformat td{
	border:0;
	padding:1px 3px;
}
table.seqformat td.space{
	padding-top:10px;
}

table.seqformat td.seqnum {
	text-align:right;
}

table .ellipro_seq td:first-child {
	width: 150px;
}

table .ellipro_str td {
	width: 250px;
}
table .ellipro_str td:first-child {
	width: 190px;
}

#result_table td {
	vertical-align:middle;
}

#blast_desc {
	text-align: left;
}

#align_left {
	text-align: left;
}

.chain_info {
}
.chain_info span {
	display: block;
	margin: 10px 0;
}

.w450 {
	width: 450px;
}


