ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 {
	margin-bottom: 0;
}

input, textarea {
	font-family: inherit;
	font-size: inherit;
}

textarea {
	width: 100%;
	vertical-align: top;
}


/* Hide oils in the addOil select if they are already in the recipe */
.usedOil {
	display: none;
}

/* Footnote symbols don't need to look like links. */
.cite {
	color: black;
	text-decoration: none;
}

#waterLyeRatio {
	text-align: right;
}

#soapName {
	width: 100%;
	text-align: center;
	font-size: 200%;
	box-sizing: border-box;
}

#footnotes {
	border-top: 2px solid black;
}

#notesSection {
	break-inside: avoid;
}
#printNotes {
	white-space: pre-wrap;
}
