@charset "UTF-8";

body td {
	vertical-align: middle;
}

#display_00 {
	position: relative;
	vertical-align: top;
}
#display {
	position: relative;
}

.clock {
	border: 1px solid #CCCCCC;
	width: 60px;
	height: 18px;
	padding-top: -3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}

.clock p {
	padding: 0;
	margin: 0;
	width: 40px;
	text-align: right;
}
.param-input {
	border: 1px solid #CCCCCC;	
	background-color: #ffffff;	
	padding: 3;
	margin: 0;
	width: 60px;
	text-align: right;
}
.param-input.good {
	background-color: #99ff99;
}
.param-input.bad {
	background-color: red;
}
.paramText.good {
	background-color: #99ff99;
}
.paramText.bad {
	background-color: red;
}

#clock1 {
	background-color: #ffffff
}
#clock1.good {
	background-color: #99ff99;
}
#clock1.bad {
	background-color: red;
}
.controlbut {
	padding-right: 12px;
}
.paramSlider {
	width: 100px;
}
.empty-fieldset {
	border: none;
}
.speedslider {
	margin-top: 3px;
}
.paramText {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	width: 50px;
	height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	text-align: right;	
}

.view-container {
	position: relative;
	z-index: 4;
}
.cnvs {
	z-index: 2;	
}
.turtlescape {
	border: 1px solid #CCCCCC;
 	position: absolute;  
    left: 0; 
  	top: 0;
    z-index: 3;
}

legend.spyfield {
  background-color: #aaaaaa;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
	
}
fieldset.spyfield {
	width: 60px;
	height: 40px;
	display: grid;
  	background-color: #aaffaa;
  	margin-left: 15px;
}

.spyfield input[type=text] {
  margin-top: -3px;
  margin-left: -3px;
  margin-bottom: -10px;
  width: 63px;
  border: none;
  outline: none;
  text-align: right;
  background-color: #aaffaa;	
}

.textdisplay-label {
	padding-left: 20px;
	margin-bottom: -0px;
	margin-top: -3px;	
}

.textdisplay {
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	overflow-y: scroll;
	padding-left: 5px;
	padding-right: 5px;
}
.axis-label {
  fill: #000;
  font-size: 10px;
  text-anchor: middle;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center; 
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 40px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.sdinfo {
	min-width: 100px;
	row-gap: 3px;
	font-size: 10pt;
}
.raminfo {
	vertical-align: top;
 	padding-right: 3px;
 	padding-top: 2px;
 	text-align: left;
	font-size: 10pt;
}

.vertical-line-left {
  border-left: 3px solid #aaaaaa;
  padding-left: 5px;
  margin-left: 2px;
}

.resizable-div {
  resize: both;
}

