header img {
	margin: 0 auto;
}

header h1 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0;
}

header h1 span {
	color: #ffab40;
}

header .descrption {
	color: #aaa;
}

section {
	margin: 20px 0;
	padding: 30px 0;
	background-color: #eee;
}

section h2 {
	margin: 0 0 15px 0;
}

section table {
	width: 100%;
}

section tr {
	border-bottom: 1px solid #bbb;
}

section tr:first-child {
	border-top: 1px solid #bbb;
}

section td.first {
	width: 60px;
	text-align: center;
}

section i.fa {
	font-size: 30px;
}

section i.fa.fa-check {
	color: green;
}

section i.fa.fa-times {
	color: red;
}