/* Tooltip */
/* Base styles for the element that has a tooltip */
.PastryToolTip {
  background-color: #F88379;
  color: whitesmoke;
  border: 2px solid transparent
}
