body [class^="icon-"],
body [class*=" icon-"] {
	display: inline-block;
	width: auto;
	height: auto;
	*margin-right: .3em;
	line-height: inherit;
	background-image: none;
	margin: 0;
}
body {
	font-size: 62.5% !important;
	line-height: 1.2em !important;
	font-family: Helvetica, Arial, sans-serif !important;
}
body .module .nav.menu,
body .module .nav.menu .nav-child {
	padding: 0 0 0 0;
	margin: 1em 1em 1em 1em;
	font-size: 100%;
}

body li {
	line-height: inherit;
}
body .bodycontent h1,
body .bodycontent h2,
body .bodycontent h3,
body .bodycontent h4,
body .bodycontent h5,
body .bodycontent h6 {
	font-size: inherit;
	line-height: inherit;
}
body #adminForm legend {
	margin-bottom: 20px;
}
/* Pagination Overrides */
.pagination [class^="icon-"], 
.pagination [class*=" icon-"] {
	width: auto;
	height: auto;
	line-height: inherit;
}
.pagination .icon-next:before,
.pagination .icon-forward:before {
	content: "\e000";
}
.pagination .icon-previous:before,
.pagination .icon-backward:before {
	content: "\7d";
}
.pagination .icon-first:before,
.pagination .icon-step-backward:before {
	content: "\7c";
}
.pagination .icon-last:before,
.pagination .icon-step-forward:before {
	content: "\7b";
}

/* Profile Editor */
body .profile-edit input#jform_username {
	padding: 4px 6px;
	font-size: 14px;
	line-height: 14px;
	height: 20px;
	width: 206px;
	margin-bottom: 10px;
}
.btn.btn-primary {
	padding: 4px 12px;
	height: inherit;
	line-height: 16px;
	float: none;
	color: #fff;
}