body {
	margin: 0;
}
header,
footer {
	width: 100%;
}
#editorRoot {
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	opacity: 1;
	margin: 0;
}
#viewport {
	display: grid;
	gap: 2px;
	width: 100%;
	margin: 0;
	/* grid-template-columns: repeat(6, 100px); */
	/* grid-template-columns: minmax(min-content, 400px) minmax(400px, 1fr) minmax(min-content, 400px); */
	/* align-items: center; */
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-auto-rows: minmax(250px, auto);
	/* grid-auto-rows: 200px; */
	/* grid-template-rows: repeat(2, [row] auto  ); */
	/* height: 50px; */
	/* grid-auto-flow: row; */
}
.box {
	/*background-color: #444;*/
	/*color: #fff;*/
	border-radius: 10px;
	padding: 5px;
	font-size: 100%;
}
.a {
	/* grid-column: 1; */
	grid-row: 1;
}
.b {
	/* grid-column: 1; */
	grid-row: span 2;
}
.c {
	/* grid-column: -2; */
	/* grid-row: 1 / 3; */
	grid-row: span 2;
	grid-column-end: -1;
}
.d {
	/* grid-column: 3; */
	grid-row: 1;
}
.e {
	/* grid-column: 3; */
	grid-row: 2;
}
/* .box #inputs {
    color: #fff;
  } */
table,
th {
	/* border: 1px solid #ddd; */
	text-align: center;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
	/* max-width: 100%; */
	/* padding: 5px; */
	/* min-width: min-content; */
}
/* .fieldLabel,  */
.inputField {
	/* max-width: calc(100%-20px);
    width: clamp(100px,80%,200px); */
	min-width: 100px;
	width: 100%;
	display: block;
	padding: 0px;
}
/*.fieldLabel,*/
/*.unitLabel,*/
/*.text {*/
/*  color: #fff;*/
/*}*/
.plot {
	min-width: 300px;
	height: 100%;
	width: 100%;
}
/* #plotContainer {
    --gc-overflow: hidden;
  } */
#tab_container {
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
/*.markdown {
	height: clamp(200px, 100%, 800px);
	width: clamp(200px, 100%, 800px);
} */
.schematic {
	min-height: 200px;
	min-width: 100px;
	/* height: 100%; */
	width: 100%;
	margin: 0;
}
#console {
	/* min-width: min-content;
    min-height: min-content; */
	/* height: clamp(200px, 100%, 400px);
    width: clamp(200px, 100%, 400px); */
	resize: none;
	border: none;
	margin: 0;
	padding: 0;
}
#Vin1 {
	--gc-text-align: center;
}
#Vin2 {
	--gc-text-align: center;
}
#Vref {
	--gc-text-align: center;
}
#ToleranceSelectDropdown {
	background-color: #ffffff;
}
#Ri {
	--gc-color: #115566;
}
#Rf {
	--gc-color: #115566;
}
#Rx {
	--gc-color: #115566;
}
#ToleranceSelect {
	--gc-text-align: center;
}
#RiStd {
	--gc-color: #cc0000;
}
#RfStd {
	--gc-color: #cc0000;
}
#RxStd {
	--gc-color: #cc0000;
}
