
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 10px 10px 10px 10px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
}
.container > header:after{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7);
}
