/* ========================================= Stair inputs ============================================== */

.stairsInPlaceParams {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inputGrp {
	border: 2px solid black;
	border-radius: 5px;
	padding: 0.25rem;
	margin: 0.25rem;
	overflow: hidden;
}

.inputGrpTitle {
	font-weight: bold;
	text-align: center;
}

output {
	display: inline-block;
	min-width: 5ch;
}

/* ========================================= SVG Container ============================================== */
.svgDrawings {
	max-width: 2000px;
}

.svgContainer {
	border: 2px solid black;
	border-radius: 5px;
	/* position: relative; */
	overflow: hidden;
	margin-bottom: 1rem;
}

.svgContainer .drawingTitle {
	/* position: absolute; */
	text-align: center;
	background-color: #eee;
}

/* ==================================== SVG Items =========================================== */
.cwSvgLine.boardEndX {
	stroke-width: 0.1%;
}

/* ==================================== Utility =========================================== */
.d-none {
	display: none;
}
