.tx-dtm-map ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

.tx-dtm-map li {
    background-repeat: no-repeat !important;
    font-size: 10px;
    line-height: 14px;
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
}

.tx-dtm-map li .name {
  display: block;
  height: 100%;
  text-indent: -10000px;
  width: 100%;
}
.tx-dtm-map > ul > li > .name {
  background: none repeat scroll 0 0 rgba(83, 83, 83, 0.5);
  border-radius: 2px;
  color: #FFFFFF;
  height: auto;
  left: 8px;
  padding: 2px 5px;
  position: relative;
  text-indent: 0;
  top: -5px;
  width: 70px;
}
.tx-dtm-map li .description {
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 0 0.3em #ccc;
  box-shadow: 0 0 0.3em rgba(180, 180, 180, 0.8);
  display: none;
  margin-left: -1em;
  padding: 0.5em 0.75em;
  position: relative;
  width: 18em;
  z-index: 1;
}

.tx-dtm-map li .description .name {
  display: inline;
  text-indent: 0;
}

.tx-dtm-map li .description:before {
  content: "";
  border-width: 0 0.7em 0.7em;
  border-style: solid;
  border-color: #fefefe transparent;
  margin-left: 0.25em;
  margin-top: -1.1em;
  position: absolute;
}

.tx-dtm-map li .description h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.tx-dtm-map li:hover .description {
  display: block;
}