html, body {
  width:       100%;
  height:      100%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:   10pt;
  overflow:    hidden;
}

body {
  margin:           0;
  padding:          0;
  background-color: #ffffff;
  color:            #000000;
}

#pagecontainer {
  width: 100%;
}

#leftBar {
  float:           left;
  overflow-y:      scroll;
  scrollbar-width: none;
  height:          100px;
  width:           128px; /* 164 */
}

#deviceSel {
    font-size:     7pt;
    border-bottom: 1px solid #888888;
}

#mousecoords {
  font-family: monospace;
  font-size: 9px;
  background-color: rgba(255,255,255,0.0);
  text-align: left;
}

#map {
  cursor: crosshair;
}

.ad {
  font-size:     7pt;
  border-bottom: 1px solid #888888;
}

.heading {
  margin:        0;
  padding:       0;
  border-bottom: 1px solid #888888;
  font-weight:   bold;
  text-align:    center;
}

.smallbutton {
  height:      20px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:   7pt;
}

.reloadButton {
  background-color: red;
  color: yellow;
}

.alts {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:   5pt;
}

.progress {
  background-color: yellowgreen;
  margin-top: 1px;
  padding: 1px;
}

.progressBar {
  background-color: red;
  width:            100%;
  height:           1px;
}

ul.instList {
  margin: 0;
  padding: 0;
  list-style-type: circle;
}

ul.suppList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.suppLink {
  color: white;
  text-decoration: none;
}


.devLink {
  margin: 50px 0 0 0;
}

a.devLink {
  color: white;
  text-decoration: none;
}

.xcfind-ib {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
/*  line-height: normal; */
  cursor: crosshair;
  border: 1px solid black;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
/*  display: inline-block; */
  padding: 3px;
  left: -16px;
  top: -39px;
}