.spellgenoptions {
	display: flex;
	flex-wrap:wrap; 
	gap: 1em;
}

fieldset {
	display: inline-block;
}
.infoes {
	border: 0px;
	margin-bottom: 1em;
}
.infoes td {
	background-color: lightblue;
	padding: 0.2em;
}
.infoes .stresstd { padding: 0; }
.stress { width: 100%; }
.stress td { 
	width: 33%; 
	text-align:center;
}
.right { text-align: right; }