.fyi {
  position: absolute;
  color: #1E1E1E;
  background: rgb(255,255,255);
  border: solid 4px rgb(220,220,220);
  font-size: 12px;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 300px; }
