/* history.css */table.history { background:white;border-bottom:thin solid #ccc; clear:both; width:100%; border-left:none; border-right:none; padding:0 }table.history,table.history td {font-size:xx-small}table.history * {text-align:left}.history .first { width:6em }table.history caption { text-align:center; font-weight:bold; text-transform: capitalize; font-size:x-small; border-top: thin solid #ccc }td { background:#ccc }td,th { padding: 2px 5px }td ul { margin-top:0; margin-bottom:0 }thead { background-color: rgb(212,229,213); }