img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  image-rendering: pixelated;
}

@font-face {
  font-family: segoe;
  src: url('fonts/SEGOEUI.TTF');
}

@font-face {
  font-family: clock;
  src: url('fonts/DS-DIGI.TTF');
}

body {
  background-color: #f0f0f0;
  font-family: segoe;
  font-size: 12px;
}

#author {
  position: fixed;
  bottom: 8px;
  left: 10px;
}

.fan {
  position: absolute;
  top: 61px;
  left: 108px;
}

#power_off {
  position: absolute;
  top: 295px;
  left: 101px;
}

#power_low {
  position: absolute;
  top: 295px;
  left: 162px;
}

#power_mid {
  position: absolute;
  top: 295px;
  left: 223px;
}

#power_max {
  position: absolute;
  top: 295px;
  left: 284px;
}

#resistBtn {
  position: absolute;
  top: 267px;
  left: 101px;
}

.status_led {
  position: absolute;
  top: 388px;
  left: 180px;
  width: 250px;
  font-family: clock;
  font-size: 36px;
  color: orangered;
}

.status_led_dark {
  color: #222;
}

#status_labels {
  position: absolute;
  line-height: 36px;
  top: 388px;
  left: 70px;
  width: 100px;
  text-align: end;
  font-family: segoe;
  font-size: 12px;
  color: white;
}

red {
  color: red;
}

yellow {
  color: yellow;
}

#header {
  position: absolute;
  top: 3px;
  left: 3px;
}

.arrowbutton {
  opacity: 0%;
}

.arrowbutton:active {
  opacity: 100%;
}

.clickable {
  display: block;
  cursor: pointer;
  z-index: 5;
  pointer-events: all;
}

#schematic {
  position: absolute;
  top: 48px;
  left: 3px;
}
