.label * {
	box-sizing: border-box;
}

.label {
	font-family: 'Open Sans', sans-serif;
	color: black;
	border: 2px solid black;
	width: 360px;
	margin: 20px auto;
	padding: 3px 7px 0px 7px;
}

.label header h1 {
	text-align: center;
	margin: -4px 0;
	letter-spacing: 0.15px;
}

.label h1 {
	font-size: 2em;
}

.label h2 {
	font-size: 1.5em;
}

.label p {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.label .divider {
	border-bottom: 1px solid #888989;
	margin: 2px 0;
}

.label .bold {
	font-weight: 600;
}

.label .large {
	height: 10px;
}

.label .large, 
.label .medium {
	background-color: black;
	border: 0;
}

.label .medium {
	height: 5px;
}

.label .small-text {
	font-size: 0.85rem;
}

.label .calories-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.label .calories-info h2 {
	margin: 0;
}

.label .left-container p {
	margin: -5px -2px;
	font-size: 2em;
	font-weight: 700;
}

.label .calories-info span {
	margin: -7px -2px;
	font-size: 2.4em;
	font-weight: 700;
}

.label .calories-info span span {
	font-size: 1em;
}

.label .right {
	justify-content: flex-end;
}

.label .indent {
	margin-left: 1em;
}

.label .double-indent {
	margin-left: 2em;
}

.label .daily-value p:not(.no-divider) {
	border-bottom: 1px solid #888989;
}

.label .note {
	font-size: 0.6rem;
	margin: 5px 0;
	padding: 0 8px;
	text-indent: -8px;
}