.hotspot {
  position: absolute;
  border: none;
  cursor: pointer;
}

.hsDiv {
  position: absolute;
  width: 220px;
  overflow: hidden;
  border: solid 1px #9C9A9C;
  background-color: #DCDCE5;
  display: none;
  padding: 10px;
  z-index: 2;
}

/* FFE3C6 */

.hsDiv a{
  color:#C32424;
  text-decoration:none;
}


.hotspotTitle {
  font-size:14px;
  font-weight:bold;
  color:#000000;
}

.hotspotText {
  font-size:12px;
  color:#000000;
}

.ProcPic {
  border:solid 1px #FF0000;
  margin-bottom:20px;
}

.Symbol img{
  position:relative;
  top:2px;
}

.link_txt {
  font-size:12px;
}