.domtooltips_tooltip{
  width: 300px;
  text-align: left;
  font-size: 15px;
  color: #E6E6E6;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  border: 1px solid #EDEDED;
  background: #0D0D0D;
  padding: 5px 10px;
  -moz-border-radius: 2px; 
}

.domtooltips{
  color: #777777;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  cursor: help;
}
