.table, .wikitable, .wikiTable, .prettytable {
        background-color:#dadada;
	border-collapse: separate;
	margin-bottom:.8em;
}
.table td, .table th, .wikitable td, .wikitable th, 
.wikiTable td, .wikiTable th, .prettytable td, .prettytable th {
        border:none;
	background-color:#fff;
	vertical-align:top;
	text-align:left;
	padding:.2em .4em;
}
.table th, .wikitable th, .wikiTable th, .prettytable th {
        color:#444;
        background-color:#eee;
}
