h1 {
	font-size: 18px;
	color: #a2530d;
}

h2, h3, h4, h5, h6 {
	font-size: 11px;
	text-transform: uppercase;
}

h4, h5, h6 {
	background-color: #fafafa;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	margin: 16px 0px 16px 0px;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h3 {
	margin-top: 16px;
	font-size: 11px;
	text-transform: uppercase;
}

p {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

a {
	color: #424242;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

img {
	border: none;
}

ul {
	margin-top: 16px;
	padding: 8px 16px 8px 16px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

li {
	font-size: 11px;
	padding: 8px 0px 8px 0px;
	line-height: 16px;
	margin-left: 16px;
}

ul.checklist li {
	background-position: 0px center;
	background-image: url(/assets/kernel/png/check.png);
	background-repeat: no-repeat;
	list-style-type:none;
	padding-left: 24px;
	margin-left: 0px;
	line-height: 20px;
}

ul ul {
	border: none;
}

div.error {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	margin-bottom: 16px;
	padding: 0px 16px 0px 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.inspector {
	border: 1px solid #eaeaea;
	padding: 8px 16px 8px 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.inspector div.item {
	font-size: 14px;
	text-align: center;
}

div.inspector div.item div.left {
	font-weight: bold;
	float: left;
	height: 16px;
	margin: 8px;
	text-align: right;
	width: 40%;
}

div.inspector div.item div.right {
	float: left;
	height: 16px;
	margin: 8px;
	text-align: left;
	width: 40%;
}

table {
	border-collapse: collapse;
	width: 100%;
	overflow: scroll;
}

thead {
}

th {
	border-radius: 6px 6px 0px 0px;
	background-color: #d3e6f5;
	text-transform: uppercase;
	padding: 8px 16px 8px 16px;
	border-bottom: 1px solid #ffffff;
	font-size: 9px;
}

tr:last-child th {
	border-radius: 0px;
}

tr {
	background-color: #efefef;
}

tr:nth-child(odd) {
	background-color: #fafafa;
}

td {
	padding: 8px 16px 8px 16px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

td:first-child {
	text-align: left;
}

tr:last-child td {
	border-radius: 0px 0px 6px 6px;
}

th.spacer, td.spacer {
	background-color: #ffffff;
	border: none;
	width: 5px;
	padding: 0px;
	color: #ffffff;
}
