.pagination li.found {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
}

table.sales th, table.sales td {
	padding: 3px 5px;
}

table.sales th.sorting-desc::after {
	content: ' \2193';
}

table.sales th.sorting-asc::after {
	content: ' \2191';
}

.results-filter {
	float: left;
	width: 100%;
}

.clear-sibling {
	cursor: pointer;
	display: block;
	height: 16px;
	width: 16px;
	left: 0px;
	float: right;
	margin-top: -24px;
}
.add-button {
	float: right;
	cursor: pointer;
}
.lightboxed, .selectable-filter {
	display: none;
}

.filter {
	width: 50%;
}
.filter span {
	display: inline-block;
	width: 40%;
}
.filter .filter-trigger {
	float: right;
	font-weight: bold;
	color: red;
}
a.archived {
	color: #999;
}
.customer_activate {
	cursor: pointer;
}