/*
 * Misc table stuff. 
 */
table.kv td, table.kv th { text-align: right; padding-right: 4pt; }
table.kv td + td, table.kv th + th, table.kv th + td { text-align: left; }
table.clean { border-collapse: collapse; margin: 4pt; }
table.clean td, table.clean th { padding: 2pt; }
table.clean td { border: none; vertical-align: top; }
table.clean td.shade { background-color: #ccccee; }
table.clean th.shade { background-color: #eecccc; }
table.clean th { font-family: sans-serif; vertical-align: bottom; }
table.altshade tr:nth-child(even) { background-color: #ccccee }
