#myCanvas {
  position: absolute;
  pointer-events: none; 
  top: 0px; 
  left: 0px;
  text-decoration: none;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}

#MainBox {
  position: relative;
  overflow: auto;
}

.mapper
{
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5px 8px 5px 5px;
}

.tooltiptext {
 margin: 5px;
 z-index: 10;

 position: absolute;
 pointer-events: none; 
 top: 20px; 
 left: 20px;
 padding: 5px;

 float: left;

 background-color: transparent;
 background-image: url("pics/bg1.png");
 background-position: center;

 text-decoration: none;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;

 color: #4b2201;
 border: 3px solid #40204d;
 border-radius: 10px;
 box-shadow: 2px 2px 6px #40204d;

 overflow: hidden;
 display: none;
 white-space: nowrap;
 height: auto; 
 width: auto;
}

.infotext {
 margin: 5px;

 position: absolute;
 top: 15px; 
 left: 15px;
 padding: 5px;
 z-index: 10;
 min-width: 220px;

 float: left;

 background-color: transparent;
 background-image: url("pics/bg1.png");
 background-position: center;

 text-decoration: none;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;

 color: #4b2201;
 border: 3px solid #40204d;
 border-radius: 10px;
 box-shadow: 2px 2px 6px #40204d;

 overflow: auto;
}

#MapAnchors {
 margin: 0px;
 padding: 0px;

 position: absolute;
 top: 0px; 
 left: 0px;
 z-index: 11;

 height: 0px; 
 width: 0px;
}

.plotAnchor {
 padding: 0px;
 margin: 0px;

 height: 10px; 
 width: 10px;
 z-index: 10;

 float: left;
 border: 0px solid red;
 position: absolute;
}

.container {
 min-width: 0;
}

H3 .container {
 position: relative;
 float: right;
 margin: 0px 0px 0px 0px; 
 font-size: 9pt;
 padding-left: 16px;
}

H3 .container .checkmark {
    height: 10px;
    width: 10px;
}

H3 .container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 1px;
  height: 3px;
}


.thumbnail {
 width: 20px;
 height: 20px;
 margin-right: 10px;
}

.PlotInfo B {
 margin-right: 10px;
}

.tooltiptextblock {
 float: left;
 position: relative;
}

.tooltipimage {
 position: relative;
 float: right;
}

.PlotImg {
 width: 100px;
 height: 100px;
 padding-left: 5px;
}
