#text {
  margin: 50px auto;
  width: 500px
}
.hotspot {
  cursor: pointer;
}
.hotspot svg {
  color: #0f3f68;
  font-size: 20px
}
#tt {
  position: absolute;
  z-index: 99999;
  display: block;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  overflow: hidden;
  z-index: 99999
}
#ttcont {
  display: block;
  padding: 15px;
  margin-left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  z-index: 99999;
  font-size: 13px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  overflow: hidden;
  z-index: 99999
}