html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}


fieldset {
	border-width: thin;
	border-radius: 1em;
	border-color: lightgray;
	border-style: solid;
	padding: 0em 1em 0.5em 1em;
	margin: 0em -1em 0em -1em;
}

	fieldset legend {
		font-size: 16px;
		padding: 0 0.5em 0 0.5em;
		width: unset;
		float: unset;
		font-weight:500;
	}

span.DeleteImage {
	color: red;
}

.table tr:has(+ tr.subRow) td {
	border-bottom-width: 0px;
}


.wt-icon {
	margin-right: 2px;
}

.wt-unspecified {
}

.wt-woodworking {
	color: saddlebrown;
}

.wt-3dprinting {
	color: green;
}

.wt-computer {
	color: black;
}

.wt-electrical {
	color: darkred;
}

tr.completed * {
	color: darkgray !important;
}



