.tableClass {
	border-collapse: collapse;
}

.tableClass td, th {
	padding: 5px;
	vertical-align: top;
}

.tableClass th {
	text-align: right;
}

.descForm input {
	width: 400px;
}

.descForm textarea {
	width: 400px;
	height: 150px;
}

.reqTrue {
	color: red;
}

.reqFalse {
	visibility: hidden;
}

.lastUpdate {
	text-align: left;
	float: right;
}

.charCount {
	text-align: left;
	float: left;
}

.note {
	font-size: 80%;
	font-style: italic;
	color: #aaa;
}

.error {
	color: red;
}

.clear {
	clear: both;
}

.outputTH {
	
	border: 0px solid purple;
	padding-top: 25px;
}

.outputTD {
	border: 0px solid purple;
	padding-top: 25px !important;
}

.outputTHFlexDiv {
	border: 0px solid yellow;
	padding: 3px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}
 
.std-title {
	border: 0px solid orange;
	margin-bottom: auto;
}

.std-tabs {
	border: 0px solid orange;
}

.std-tab {
	font-weight: normal;
	border: 0px solid blue;
	padding: 2px 6px 2px 5px;
	margin-top: 2px;
	margin-right: -12px;
	width: 75px;
	border-radius: 8px 0px 0px 8px;
	outline: 0;
}

.std-inactive:hover {
	text-decoration: underline;
	color: #0ce3ac;
	cursor: pointer;
}

.std-active {
	font-weight: bold;
	color: black;
}

.std-inactive {
	
}

#std-hd.std-active {
	background-color: #f9cd48;
}

#std-hd.std-inactive {
	border: 1px solid #f9cd48;
}

#output.output-hd {
	background-color: #fce7a9;
}

#std-rsc.std-active {
	background-color: #95b7ff;
}

#std-rsc.std-inactive {
	border: 1px solid #95b7ff;
}

#output.output-rsc {
	background-color: #d1dfff;
}


.std-tab-spacer-bottom {
	border: 0px solid red;
	height: 25px;
}

.environment {
	color: red;
}

h1 {
	display: inline;
}