#ppi h4 {
	margin-top: 2rem;
}

#ppi td, #ppi th {
	text-align: center;
}

#ppi input[type="text"] {
	width: 5rem;
	text-align: center;
}

#ppi .disabled {
	background: var(--GreyL);
	color: var(--GreyM);
}

#ppi .fa-solid {
	cursor: pointer;
}

#ppi #whLink {
	display: none;
}


#ppi #whLink + label {
	color: var(--GreyM);
}

#ppi #whLink:checked + label {
	color: black;
}
