@charset "utf-8";
.results {
}

#resultsDialog {
	display: none;
}

#resultsContents {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14pt;
}

#resultsInfo {
	margin: 20px 10px;
}

#resultsTable {
	boder: 0;
	border-spacing: 2px;
	margin: 10px auto;
	table-layout: fixed;
	width: 100%;
}

#resultsTable td, #resultsTable th {
	border: 1px solid #ccccee;
	padding: 3px 6px;
	white-space: nowrap;
	border-radius: 6px;
	cursor: default;
	overflow: hidden;
}


#resultsTable th {
	background-color: #eeeeff;
}

#resultsTable td div {
	width: 100%;
	height: 100%;
	max-height: 150px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

	
#resultsTable td pre
{
	font-size: 8pt;
	margin: 6px 0;
}



.resultsSolutionName {
	font-weight: bold;
}

.resultsSummary {
	text-align: center;
	font-weight: bold;
}

.resultsTestResult {
	font-size: 12pt;
}

.resultsSelected {
	background-color: #ffddaa;
}


.resultsOutput {
	font-size: 10pt;
	font-weight: bold;
	overflow: hidden;
}

.resultsOutput pre {
	font-size: 8pt;
	font-weight: normal;
	white-space: pre-wrap;
}
