div#tipDiv {
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  background-color: #E1E5F1;
  border: 1px solid #667295;
  padding: 4px;
  width: 300px; }

/* for optional caption */
div#tipDiv div.caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px; }

/* for divs with classes img and txt used in dw_Tooltip.wrapImageOverText and other image-text formatting functions */
div#tipDiv div.img {
  text-align: center;
  margin: 4px 0;
  max-width: 100%;
  height: auto; }

div#tipDiv div.txt {
  text-align: center;
  margin: 4px 0; }

div#tipDiv img {
  text-align: center;
  margin: 4px 0;
  max-width: 100%;
  height: auto; }
