/* Content */
#content {
	width: 86%;
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	background-image: url(../img/screens/white85.png);
	min-height:700px;
	top: 40px;
}
#content-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom: 1px solid #435a68;
	background-image: url(../img/screens/white95.png);
	height: 67px;
	position: abslute;
	width: 100%;
	margin-top: -68px;
	z-index: 20;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .2);
}
#content-header h1 {
	color: #435a68;
	font-size: 28px;
	font-weight: normal;
	float: left;
	text-shadow: 0 1px 0 #ffffff;
	margin-left: 20px;
	position: absolute;
}
#content-header .btn-group {
	float: right;
	right: 40px;
	position: absolute;
}
#content-header h1, #content-header .btn-group {
	margin-top: 20px;
}
#content-header .btn-group .btn {
	padding: 7px 7px 7px; /*padding: 11px 14px 9px;*/
}
.container-fluid .row-fluid:first-child {
	margin-top: 20px;
}

