border: 0px solid #fff;
padding: 0;
margin: 0;
- width: 100%;
}
.resultsTable caption {
white-space: pre;
}
+.resultsTable thead th {
+ font-weight: bold;
+}
+
.resultsTable td,
.resultsTable th {
white-space: pre;
.resultsTable .resultCell {
display: inline-block;
padding: 0.2em 0.2em;
+ vertical-align: bottom;
}
.resultsTable tr:hover,
.resultsTable a {
color: #00f;
text-shadow: none;
+ text-decoration: underline;
}
.resultsTable a:visited {
.resultsTable span a {
display: block;
- width: 1.4em;
- height: 2em;
- border-radius: 3px;
- font-size: 0.5em;
- padding: 0.3em;
+ width: 1.5em;
+ height: 2.5em;
+ border-radius: 5px;
+ font-size: 0.7em;
text-align: center;
- line-height: 1.9em;
+ line-height: 2.5em;
+ padding: 0.1em;
color: inherit;
+ text-decoration: none;
}
.resultsTable .PASS a {