
.tippy-box[data-theme~='givewell_default'] {
  border: 1px solid #f1f1f1;
  background-color:#f1f1f1;
  border-radius: 0;
}
/* */
.tippy-box[data-theme~='givewell_default'] .tippy-content {
  margin: 5px;
  background-color: #f1f1f1;
  color: rgb(66, 66, 66);
  border-radius: unset;
}
.tippy {
  font-family: Adelle-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #669BB5;
  display: inline-block;
}
table .tippy {
  font-size: 12px;
}
.tippy-box[data-theme~='givewell_default'] .tippy-arrow {
  background-color: #f1f1f1;
  color: #f1f1f1 !important;
}
/* Normalize style in th */
th .tippy {
  color: #C4D5DD;
}
#content table th .tippy-content {
  color: initial;
  text-align: initial;
  font-weight: initial;
  font-family: initial;
}
