body, .body .wrapper, .body, .content, .standardWrapper{
	display: inline-block;
}
body, .body, .content, .standardWrapper{
	min-width: 100%;
}
.body{
	position: relative;
}

.wrapper{
	max-width: none;
	padding: 0px 50px;
	width: auto;
}

.section.standardWrapper{
	margin-top: 25px;
}

.panel{
	padding: 0px 15px;
}
.panel.padded{
	padding: 20px 15px;
}

.panel.info a{
	text-transform: uppercase;
	font-size: 10px;
}
.panel.info a.active{
	font-weight: bold;
}

.panel.reportInline{
	white-space: nowrap;
}
.panel.reportInline .reportsBar, .panel.reportInline .settings{
	display: inline-block;
	vertical-align: top;
}
.panel .settings{
	margin-bottom: 50px;
}
.panel .metrics{
	padding-top: 12px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
}
.panel .metrics .metricTitle{
	width: calc(100% - 5px);
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}
.panel .metrics .metric{
	padding: 2px 0px;
}
.panel .metrics .metric .value{
	font-weight: bold;
	min-width: 55px;
	padding-left: 10px;
}
.panel .metrics .metric .title{
	padding-left: 5px;
}

.section .box.files, .section .box.notes, .section .box.tasks{
	text-align: center;
}

.section .pages .page{
	margin-right: 5px;
}
.section .pages .page.active{
	font-weight: bold;
}
.section .reportsBar{
	padding: 0px 50px;
}
