.results{clear: both; text-align: left;}
.results table.summary{border-collapse: collapse; width:100%;}
.results table.alignment{border-collapse: collapse; border-bottom: solid 2px #4F4F4F;}
.results table.summary td{font-family:Courier New, Courier, monospace; padding: 0.2em 4em 0.5em 0.1em;}
.results table.alignment td{font-family:Courier New, Courier, monospace;}
.results th{font-style:bold; background-color: #DFDFDF; border-top: solid 2px #4F4F4F; border-bottom: 1px solid #4F4F4F; width: auto; text-align: left; padding: 0.5em 0.5em 0.5em 0.1em;}
a{text-decoration:none; }

img.structure{
    max-width:100%;
    height:auto;
}

img.align{
    max-width:100%;
    height:auto;
}

p.trigger{
    color:#345469;
}

.toggle_container{
    margin-bottom:0px;
}

.toggle_container p{
    margin:0px;
}

.toggle_container{
    //background:#f0f0f0;
    clear: both;
    font-size:100%;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 3px;
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	/* aw: offset into the right to save space, alternatively reduce padding in gif */
	background-position: center right -4px;
	cursor: pointer;
	/* aw: to avoid text overlapping with arrows */
	padding-right: 12px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
td.leftnoborders {
        border-left: 0px none;
}
td.rightnoborders {
        border-right: 0px none;
}
