#wikibody table,
#menubar table{
	display: table;
	border-spacing: 2px;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	-moz-box-sizing: border-box;
	text-indent: 0;
	border:none;
}
#wikibody td,
#menubar td{
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit;
	padding: 3px;
	border:none;
}

#wikibody th,
#menubar th{
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 3px;
	border:none;
	color:#000;
	background:#fff;
}