html, body {
  overflow:hidden;
  font-family: arial;
}

/* Removes Blue Focus Frame around Map for Chrome and FireFox */
.esri-view .esri-view-surface--inset-outline::after{
  outline: none !important;
}

.esri-view .esri-view-surface{
  outline: none !important; 
}

/* Map Background Color */
.esri-view{
  /*background: #ECE8E0;*/
  background: #FFFAF1;
}









































































#cemRecordsDIV{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 350px;
  height: 300px;
  border: 1px solid #25363d;
  background: white;
}

#cemRecordsDIVHeader{
  position:absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background: #26363D;
}

#cemInfoInstructions{
  position:absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 10px;
  /*border: 1px solid white;*/
  font-size: 9pt;
  font-weight: normal;
  color: white;
  line-height: 10px;
}

#cemBlockTitle{
  position:absolute;
  top: 20px;
  left: 5px;
  width: 50px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: bold;
  color: white;
  line-height: 15px;
}

#cemBlockValue{
  position:absolute;
  top: 20px;
  left: 55px;
  width: 50px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: normal;
  color: white;
  line-height: 15px;
}

#cemLotTitle{
  position:absolute;
  top: 20px;
  left: 115px;
  width: 35px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: bold;
  color: white;
  line-height: 15px;
}

#cemLotValue{
  position:absolute;
  top: 20px;
  left: 150px;
  width: 50px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: normal;
  color: white;
  line-height: 15px;
}

#cemSpaceTitle{
  position:absolute;
  top: 20px;
  left: 210px;
  width: 55px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: bold;
  color: white;
  line-height: 15px;
}

#cemSpaceValue{
  position:absolute;
  top: 20px;
  left: 265px;
  width: 50px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: normal;
  color: white;
  line-height: 15px;
}

#cemSpaceIDTitle{
  position:absolute;
  top: 40px;
  left: 5px;
  width: 75px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: bold;
  color: white;
  line-height: 15px;
}

#cemSpaceIDValue{
  position:absolute;
  top: 40px;
  left: 80px;
  width: 120px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: normal;
  color: white;
  line-height: 15px;
}

#cemDeceasedFullNameTitle{
  position:absolute;
  top: 60px;
  left: 5px;
  width: 55px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: bold;
  color: white;
  line-height: 15px;
}

#cemDeceasedFullNameValue{
  position:absolute;
  top: 60px;
  left: 60px;
  right: 5px;
  height: 15px;
  /*border: 1px solid white;*/
  font-size: 11pt;
  font-weight: normal;
  color: white;
  line-height: 15px;
}