/*
 * Counterize CSS
 */
.collapsed {
	display: none;
}

.expanded {
	display: table-row;
}

#counterize_history_navigationbar *, #counterize_history_navigationbar2 * {
	display: inline-block;
}

#counterize_history_navigationbar li, #counterize_history_navigationbar2 li {
	margin-left: 5px;
	margin-right: 5px;
}

#counterizehistorytable {
	margin-bottom: 30px;
}

#counterizehistorytable tr.alternate {
	background-color: #e0e0e0;
}

#counterizehistorytable thead {
	display: table-header-group;
	border: solid #999 1px;
}

#counterizehistorytable thead tr th, #counterizehistorytable tfoot tr th, #counterizehistorytable tbody tr.repeat th {
	padding: 5px;
}

#counterizehistorytable tfoot {
	display: table-footer-group;
	border: solid #999 1px;
}

#counterizehistorytable tbody tr.repeat {
	border: solid #999 1px;
}

#counterizehistorytable th + th, #counterizehistorytable td + td {
	border-left: dashed #d0d0d0 1px;
	padding: 5px;
}

.counterizefooter {
	margin-top: 30px;
}