.about-dialog {
  border: 1px solid black;
  background-color: white;
  position: absolute;
  top: 30px;
  left: 20px;
  padding: 4px;
  width: 400px;
  visibility: hidden;
}
.about-dialog-header {
  text-align: center;
  background-color: blue;
  color: white;
}
.about-popup {
  border: 2px solid firebrick;
  background-color: lightgrey;
  padding: 4px;
  width: 400px;
  visibility: hidden;
}
.clickable {
  cursor: pointer;
  color: black;
  background-color: lightgrey;
}
.clickable:hover {
  background-color: grey;
  color: white;
}
.computer-room-door {
  position: absolute;
  top: 10px;
  left: 600px;
  cursor: pointer;
}
.content-block {
  background-color: white;
  font-family: monospace;
  font-weight: bold;
  padding: 10px;
}
.datacomm-info {
  font-family: monospace;
  font-weight: bold;
  color: black;
  display: block;
  padding: 4px;
  border: 2px solid firebrick;
  background-color: lightgrey;
  text-decoration: none;
  visibility: hidden;
}
.datacomm-text {
  padding-top: 10px;
}
.draggable {
  position: fixed;
  cursor: move;
}
.fanfold-background {
  background-image: url("fanfldj.jpg");
  background-blend-mode: lighten;
  background-size: 1428px 1056px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.highlighted {
  background-color: lightyellow;
}
.intro-text {
  font-family: monospace;
  font-weight: bold;
  padding: 4px;
}
.machine-config-container {
  position: relative;
  display: table;
  padding-top: 8px;
}
.machine-config-value {
  color: black;
  display: table-cell;
  text-align: left;
  padding-left: 5px;
}
.machine-config-entry {
  display: table-row;
}
.machine-config-label {
  color: black;
  font-weight: bold;
  display: table-cell;
  text-align: right;
  padding-right: 5px;
  width: 150px;
}
.machine-description {
  font-family: monospace;
  font-weight: bold;
  display: inline-block;
  float: left;
  padding: 10px;
}
.machine-info {
  font-family: monospace;
  font-weight: bold;
  color: black;
  display: block;
  padding: 4px;
  border: 2px solid firebrick;
  background-color: lightgrey;
  text-decoration: none;
  visibility: hidden;
}
.machine-room-model {
  position: absolute;
  top: 10px;
  left: 600px;
  cursor: pointer;
}
.machine-table {
  border: none;
  color: black;
  font-family: monospace;
  font-weight: bold;
  padding: 4px 4px 4px 50px;
}
.machine-table-container {
  position: relative;
}
.machine-table-cell1 {
  border: none;
  cursor: pointer;
}
.machine-table-cell2 {
  border: none;
  cursor: pointer;
  padding-left: 20px;
}
.machine-table-link {
  text-decoration: none;
}
.machine-table-row {
  border: none;
}
.machine-text {
  padding-top: 10px;
}
.menu {
  position: absolute;
  top: 48px;
  left: 20px;
  visibility: hidden;
}
.menu-button {
  position: absolute;
  top: 16px;
  left: 20px;
  padding: 4px;
  border: 2px solid white;
  width: 70px;
}
.menu-button img {
  position: relative;
  top: 2px;
}
.menu-divider {
  left: 20px;
  padding: 4px;
  border: 2px solid white;
  width: 200px;
  height: 1px;
  color: white;
  background-color: white;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.menu-item {
  left: 20px;
  padding: 4px;
  border: 2px solid white;
  width: 200px;
  background-color: lightgrey;
  color: black;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.menu-item:hover {
  background-color: grey;
  color: white;
}
#network-container {
  background-color: rgba(255,255,255,0.5);
}
.pad-right-bottom {
  padding-right:  5px;
  padding-bottom: 5px;
}
.popup-header {
  text-align: center;
  background-color: wheat;
  color: firebrick;
}
.preformatted {
  white-space: pre;
  font-family: monospace;
}
.relative {
  position: relative;
}
.right-justified-button {
  background-color: white;
  cursor: pointer;
  position: absolute;
  right: 4px;
}
.title {
  text-align: center;
  padding: 10px;
  background-color: lightgrey;
  color: black;
  font-size: x-large;
  font-weight: bold;
}
.volume-table {
  position: relative;
  display: table;
  padding: 8px;
}
.volume-attribute {
  color: black;
  display: table-cell;
  text-align: left;
  padding: 1px 10px;
}
.volume-entry {
  display: table-row;
}
.volume-heading {
  color: black;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  padding: 1px 10px;
  border-bottom: 2px solid black;
}
.zindex-0 {
  z-index: 0;
}
