div.tooltips {
  font-family: Tahoma;
  font-size: 12px; background-color: #FFFAFF;
  border: 1px solid #FFB1FF; color: #4F2DFF;
  height: auto; left: 0;
  padding: 4px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 20; 

 }
div.tooltips p {
  border-bottom: 0px;
  font-size: 10px;
  margin: 0;
  padding: 0 3px;

}
div.tooltips p.destination {
  border-bottom: 0px;
  font-size: 9px;
  padding-top: 3px;
  text-align: left;

}
div.tooltips p span.accesskey {
  color: #D11717;
}
acronym {
  font-size: 10px;
  cursor: help;
  border-bottom: #FFB1FF 1px dashed;
  letter-spacing: 0.07em
}

