#body {
	padding-top: 20px;
	background-color: var(--white);
}

#body h2 {
	text-align: left;
	-webkit-text-stroke: 0;
	text-stroke: 0;
}

#body .item {
	margin-bottom: 30px;
}

#body .item .head {
	position: relative;
	margin-left: 25px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}
#body .item .head::before {
	position: absolute;
	top: 0;
	left: -25px;
	content: "";
	width: 12px;
	height: 100%;
	background-color: var(--gray);
}

#body .item .value {
	margin-left: 25px;
}