.category {
	margin-bottom: 2em;
}

.category table {
  border: solid 1px #888;
  border-collapse: collapse;
  margin-bottom: 2em;
	text-align: center;
	clear: both;
}

.category table th, .category td {
  border: solid 1px #888;
  padding: 0.5ex;
	font-color: #333;
}

.category table th {
  background-color: #def;
}

.category table.tablesorter thead th {
	font-size: 90%;
  background-color: #def;
  border: solid 1px #888;
}

.category .category-title {
	float: left;
}

.category .category-title h3 {
  font-size: 80%;
  font-weight: bold;
	margin: 0.5ex;
}

table.tablesorter {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 1em;
}

table.tablesorter thead tr .header {
	padding-right: 20px;
}

table.tablesorter tbody tr.odd td {
	background-color: #f8f8ff;
}

div.tablesorterPager {
	float: right;
	margin-left: 10ex;
	margin-bottom: 1ex;
}

div.tablesorterPager input {
	width: 8ex;
	text-align: center;
}

.record {
}

