.domtooltips_tooltip{
  width: 200px;
  text-align: left;
  font-size: 14;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  border: 1px solid #778599;
  background: #DEECFF;
  padding: 5px 5px;
  -moz-border-radius: 5px; 
}

.domtooltips{
  color: #4C658A;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  cursor: help;
}