﻿body {
	color: #000;
	background-color: #fff;
	font-size: 12px;
}

#header,
#navigation,
#twfy_credit,
#myths_list,
#status_info,
#list_sort { display: none; }

a {
	color: #000;
	text-decoration: none;
}

/* TABLE OF MPs */

table {border-collapse: collapse;
	border: 1px solid #ddd;}

thead {display: table-header-group;}

thead, tr.even { background-color: #eee; }

td, th {
	text-align:left;
	margin: 0;
	padding: 2px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/* border-right: 1px solid #ccc; */
}

#footer {
	font-size: 11px;
	border-top: 1px dotted #333;
	margin-top: 1em;
}

#footer p {
	text-align: center;
	margin: 0.5em 0;
}