div.plot {
  background-image: url("/snow/data/loading.png?version=1");
  background-repeat: no-repeat;
}
div.loadmessage {
  width:150px;
  max-width:150px;
  min-width:150px;

  height:50px;
  max-height:50px;
  min-height:50px;

  border:none;
}
img.pop {
  border: 1px solid blue;
  position: absolute;
  /*padding: .5em;*/
  padding: 1px;
  background-color: #e3e3e3;
  /*border: 5px solid #BFBFBF; */
  border: 1px solid blue;
  z-index: 10;
  font-size: 11px;
  font-family: "Arial";
  color: black;
  background-color: #E6E6FA;
}
