body {
	margin: 0;
	font-family: Verdana, sans-serif, Arial;
	color: #14295E;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}

h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
}

p {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 10px;
}

.last {
	margin-bottom: 0;
}

.logo {
	padding: 20px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.menu {
	padding: 2px 20px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.main {
	padding: 20px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.footer {
	padding: 20px 20px;
}

.add_material_wrapper {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 10px 10px;
	justify-content: start;
	vertical-align: top;
}

.add_material_item {
	display: inline-block;
	padding: 0 0;
	margin-right: 5px;
	vertical-align: top;
}

.material_wrapper {
	display: inline-block;
	justify-content: start;
	vertical-align: top;
}

.material_item {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 10px 10px;
	max-width: 400px;
	margin-bottom: 5px;
	vertical-align: top;
}

.count_gasflow_form_wrapper {
	border-width: 0;
	display: inline-block;
	padding: 10px 10px;
	justify-content: start;
	vertical-align: top;
}

.count_gasflow_form_item {
	display: inline-block;
	padding: 0 0;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}

.color_legend_item_wrapper {
	border-width: 0;
	display: inline-block;
	padding: 0 0;	
	padding-right: 20px;

}

.color_legend_item {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 0 0;
	margin-bottom: 0;
	width: 40px;
	height: 20px;
	vertical-align: top;
	margin-bottom: 5px;
}

.narrow {
	max-width: 1000px;
}