#judgmentResult {
	font-size: 14pt;
}
#judgmentResult .cmt {
	font-size: 11pt;
}


#fermatTestResults {
	width: 450px;
}

#fermatTestResults tr td, #fermatTestResults tr th {
	line-height: 110% !important;
}

#fermatTestResults th {
}
#fermatTestResults td {
	text-align: left;
	width: 150px;
}

#fermatTestResults totalResult {
	font-weight: bold;
}

.fermatTest {
	background-color: #f4f4ff;
}
.millerRabinTest {
	background-color: #f4fff4;
}
.trialDivision {
	background-color: #fffff4;
}
.total {
	background-color: #fff4f4;
}


.fermatTest td {
	color: #888;
}
.fermatTest td#fermatTestResult {
	color: #000;
}


#target, #millerRabinTestMessage {
	word-break: break-all;
	word-wrap: break-word;
}

#num {
	width: 230px; height: 40px;
	display: inline;
	font-size: 15pt;
}
#bignum, #superbignum {
	height: 90px;
}
