body {
	background: white;
	font-family: Verdana;
	font-size: 12px;
}
#header {
    margin-bottom: 20px;
}
.intro{
	width: 100%;
	width: calc(100% - 40px);
	padding: 20px;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.intro h2{
	margin-top: 0;
	font-size: 15px;
}

.cat {
	margin:20px 0;
}

.cat h3{
	border-bottom:1px solid #f88358;
	display: block;
	margin:0;
}
.cat h3 span{
	background-color: #f88358;
	padding: 10px;
	border:2px solid #f88358;
	display: inline-block;
	color: white;
}
.cat img{
	margin: 20px 0 10px;
	
}
.cat table{
	width: 100%;
	border-spacing:5px;
}
.cat table td{
	width: 50%;
	padding-right: 50px;
	vertical-align: top;
}
