.gloss-tip {
  position: fixed;
  max-width: 360px;
  background: #888;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  font-size: 14px;
  line-height: 1.5;
  z-index: 9999;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.2s ease;
  pointer-events: none;

}

.gloss-tip.show {
  opacity: 1;
  transform: translateY(0);
}

.gloss-tip table {
  margin : 0 16px;
}

.gloss-tip, .gloss-tip th, .gloss-tip td {
  color: #222;
}

.gloss-tip .gt-title {
  font-weight: bold;
  margin: 16px;
  font-size: 15px;
}

.gloss-tip .gt-title a {
  text-decoration: none;
}

.gloss-tip .gt-body p {
  margin: 16px;
}


.gloss-tip figure{
  margin: 0;
  padding: 0;
}

.gloss-tip img {
  max-width: 100%;
  height: auto;
  margin-top: 6px;
  display: block;
}

.yougo-list dd { margin-left: 0; }
