:host {
  z-index: 999999999;
  width: 240px;
  position: fixed;
  color: #000;

  /* reset css */
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
  font: normal 12px Roboto, sans-serif;
  line-height: normal;
  letter-spacing: normal;
}

img {
  width: 100%;
  margin-left: -20px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.37));
}

.text {
  padding: 12px;
  margin: -22px auto 0 auto;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37);
  width: 170px;
}

.name {
  font-size: 16px;
}

.info {
  font-size: 12px;
  margin-top: 4px
}
