43 lines
582 B
CSS
43 lines
582 B
CSS
body {
|
|
padding: 10px;
|
|
}
|
|
|
|
.marginr {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.formitem {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
ol.result {
|
|
list-style-type: decimal;
|
|
margin: 10px 0 10px 25px;
|
|
}
|
|
|
|
table.result {
|
|
margin: 10px 0;
|
|
width: 500px;
|
|
}
|
|
|
|
table.result th {
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
}
|
|
|
|
table.result td, table.result th {
|
|
border-bottom: solid 1px #efefef;
|
|
padding: 5px;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
.highlight {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|