#dash-content {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #F2F2F2;
}
.dash {
	position: relative;
	display: flex;
}
.dash-info {
	position: relative;
	display: flex;
	margin: 4px auto;
	max-width: 1100px;
}
.dash-info-child {
	flex: 1;
	position: relative;
	background-color: #FFF;
	border: solid 1px #DCDCDC;
	height: 64px;
	margin-right: 4px;
}
.dash-info-child:last-child {
	margin-right: 0px;
}
.dash-info-child-icon {
	position: absolute;
	left: 20px;
	top: 16px;
}
.dash-info-child-icon img {
	width: 30px;
	height: 30px;
}
.dash-info-child-h {
	position: absolute;
  	left: 64px;
  	top: 10px;
  	font-size: 14px;
}
.dash-info-child-number {
	position: absolute;
	left: 64px;
	top: 28px;
	font-size: 18px;
}
.dash-graph {
	flex: 1;
	height: 500px;
	max-width: 1100px;
	margin: auto;
}

