.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}

.item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-list .pager {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
	margin: 0 0 0.25em 1.5em;
}

.pager-current {
	font-weight: bold;
}

.search-results li {
	margin-bottom: 1em;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*:first-child + html .clearfix {
	min-height: 1%;
}

/* Additional Drupal base styles */
fieldset {
	margin-bottom: 1em;
	padding: 0.5em;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}

tbody {
	border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

.item-list .title {
	font-weight: bold;
}

.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

.item-list ul li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
}

.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}

.form-item .description {
	font-size: 0.85em;
}

label {
	display: block;
	font-weight: bold;
}

.more-link,
.more-help-link {
	text-align: right;
}

.item-list .pager {
	clear: both;
	text-align: center;
}

.item-list .pager li {
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}

#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}

.progress {
	font-weight: bold;
}

.progress .bar {
	background: #ccc;
	border-color: #666;
	margin: 0 0.2em;
	border-radius: 3px;
}
