/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip {
  /* basic */
  max-width: fit-content;
  max-height: 31px;
  z-index: 10;
  margin: 0px 20px 3em;
  /* style and design */
  color: white;
  padding: 4px;
  border-radius: 2em;
  border: 1px solid #feb1dc;
  background: #ffe5f1;
  box-shadow: inset 10px 0 6px -10px #feb1dc, inset -10px 0 6px -10px rgba(254 177 220), inset 0 10px 6px -10px #ffffff, inset 0 -10px 6px -10px rgb(255 255 255 / 76%);
  font-family: ms pgothic;
}