/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
  /* basic */
  max-width:300px;
  z-index:99;
  margin:24px 14px 7px 12px;
  /* style and design */
  padding:6px 8px;
  background:#000000;
  border:1px solid var(--accent);
  /* font */
  font-family:inherit;
  line-height:16px;
  color:#ffffff;
}