#chart-holder {
	margin: auto;
	width: 800px;
	max-width: 100%;
	padding: 0 15px;
}

.logo {
	text-align: center;
	padding-top: 20px;
	width: 800px;
	max-width: 100%;
	position: relative;
	margin: auto;
}
#menu-buttons {
	position: absolute;
	top: 20px;
	right: 20px;
}
#top-menu.fixed-action-btn {
	position: relative;
	right: initial;
	bottom: initial;
}
#flow-logo {
	max-width: 100%;
	height: auto;
	width: 150px;
}

#buttons {
	text-align: center;
}
#buttons a {
	margin: 0 15px;
}

#stats {
	margin: auto;
	width: 800px;
	max-width: 100%;
	padding: 0 15px;
}

.stats-table-type {
	width: 130px;
}
.stats-table-volume {
	width: 90px;
}

#stat-fluids-bar {
	display: inline-block;
	height: 10px;
	width: 0;
	background-color: #9ed2f5;
	border: 1px solid #36a2eb;
	transition: all .8s ease-in-out;
}
#stat-pees-bar {
	display: inline-block;
	height: 10px;
	width: 0;
	background-color: #ffe6aa;
	border: 1px solid #ffcd57;
	transition: all .8s ease-in-out;
}

.row,
.input-field {
	margin-bottom: 0;
}