.design-head {
	margin-bottom: 2rem;
	font-weight: 600;
}

.design-head li{
	margin-bottom: .25rem;
}

.design-content {
	font-size: 1.125rem;
}

.design-name {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0,141,210, .1);
	padding: 1rem;
	margin-bottom: 0;
}

.design-item {
	margin-bottom: 1.5rem;
}

.design-table > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: rgba(255,255,255,.75);
}

.design-table td:first-child {
	font-weight: 500;
}

.design-table th:empty,
.design-table td:empty {
	/* display: none; */
}

.design-table th:not(:first-child),
.design-table td:not(:first-child) {
	text-align: right;
	width: 1%;
	white-space: nowrap;
	padding: .5rem .75rem;
}

.design-table small {
	font-weight: 400;
}


