gremmie@1: div.shoutbox-history table {
gremmie@1:    border-collapse: collapse;
gremmie@1:    width: 95%;
gremmie@1:    margin: 1em auto 1em auto;
gremmie@1:    border: 1px solid black;
gremmie@1: }
bgneal@163: div.shoutbox-history th {
bgneal@163:     border: 1px solid black;
gremmie@1:     padding: 5px 2px;
gremmie@1:     text-align: center;
gremmie@1:     width: 10%;
gremmie@1: }
bgneal@163: div.shoutbox-history td {
bgneal@163:     border: 1px solid black;
gremmie@1:     padding: 5px 5px;
gremmie@1:     width: 90%;
gremmie@1: }
bgneal@163: div.shoutbox-history tr.odd {
gremmie@1:     background-color: #ddd;
gremmie@1: }
gremmie@1: div.shoutbox-history .date {
gremmie@1:     font-style: italic;
gremmie@1: }
gremmie@1: 
gremmie@1: div.shoutbox-history .edit {
gremmie@1:     padding: 5px 5px;
gremmie@1: }
gremmie@1: 
gremmie@1: div.shoutbox-history .edit:hover {
gremmie@1:     background-color: #7fffd4;
gremmie@1:     cursor: pointer;
gremmie@1: }