.current { color: red; } .dimmedtext { color: gray; } .dimmedtext a { color: #3344dd; } .textright { width: 100%; text-align: right; } table { border-collapse: collapse; } table, th, td, tr { border: 1px solid black; } a { text-decoration: underline; cursor: pointer; } /* comments begin */ .comment { margin-left: .5em; border: 1px solid grey; padding: .5em; } .odd { background-color: darkgrey; } .comment small { color: darkred; } .even { background-color: lightgrey; } .commentreplycheckbox { display: none; } .comment iframe, textarea { width: 90%; margin-left: 5%; height: 7em } .comment iframe { height: 2em; } .comment input[type=text] { margin-left: 5%; width: 75%; } .commentform { display: none; } .commentreplycheckbox:checked + .commentform { display: block; } /* comments end */ @media screen and (min-width: 600px) { body { margin-left: 10%; margin-right: 10%; } } body { /* font-size: 18px; line-height: 1.4; */ font-family: sans-serif; }