1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
body {
margin: 0px;
padding: 0;
}
button {
min-width: 60px;
white-space: nowrap;
margin: 0.5em;
}
.hitem {
margin-top: 2px;
}
.stat {
padding-top: 5px;
}
.stat2 {
padding-top: 3px;
font-weight: normal;
}
.stattxt {
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
}
#ansbut { margin-bottom: 1em; }
.nobold {
font-weight: normal;
display: inline-block;
padding-top: 4px;
}
.spacer {
height: 18px;
}
.spacer2 {
height: 16px;
}
#outer {
border-top: 1px solid #aaa;
}
#innertable {
padding: 3px;
}
|