body.scroll-snap-type {
	scroll-snap-type: y proximity;
}
td {
	padding: 4px 10px;
}
tr td:first-child {
	text-align: right;
}

.strip_zip {
	margin: 4px 8px;
}

.construction {
	transform: rotate(-14deg);
	margin: 0 auto;
	height: 120px;
	width: 320px;
	background-color: yellow;
	text-align: center;
	padding: 12px 0;
	background: repeating-linear-gradient(135deg, black, black 20px, yellow 20px, yellow 40px);
}
.construction div {
	background-color: yellow;
}
.construction span {
	vertical-align: middle;
	text-transform: uppercase;
	font-family: impact;
	font-size: 40px;
	line-height: 60px;
	font-weight: 900;
}

.console {
	font-family: monospace;
	border: 1px solid #625617 ! important;
/* 
	padding: 1px 4px;
	background-color: #322b08;
	color: #e7ae47;
 */
	background-color: #004;
	color: #DD9;
	padding: 5px 10px;
}
pre.console {
	margin: 0;
	padding: 5px 0 -5px;
}
.console details {
	position: relative;
	left: 16px;
}
.console summary {
	position: relative;
	left: -16px;
}


#plume-group {
	width: 400px;
	border: 1px solid gray;
	margin: 40px auto 0;
	padding: 10px;
}
#plume-group fieldset {
	padding: 0 0 20px;
	border-radius: 4px;
	box-shadow: 2px 1px 3px #444;
}
#plume-group fieldset,
#plume-group sub.selected {
	background: linear-gradient(45deg, #333 45%, darkgray 75%, #333 90%);
}
#plume-group section {
	padding: 0 10px;
}




table.parameter th {
	text-align: left;
	background-color: gray;
}


td.inkK { color:#000 }
td.inkR { color:#DC5A53 }
td.inkB { color:#3E72E8 }
td.inkM { color:#9648EC }
td.inkG { color:#5BC63A }
td.inkY { color:#D0C167 }
td.inkC { color:#54B3C8 }
td.inkW { color:#CFD0D0 }
td.bckK { background:#000 }
td.bckR { background:#DC5A53 }
td.bckB { background:#3E72E8 }
td.bckM { background:#9648EC }
td.bckG { background:#5BC63A }
td.bckY { background:#D0C167 }
td.bckC { background:#54B3C8 }
td.bckW { background:#CFD0D0 }

span.trace-indexed {
	color:#6c4;
	background:#80c;
	border-radius:50%;
	padding:2px 4px;
}

