.newTitle {
  position        : absolute;
  background-color: white;
  word-break      : break-word;
  z-index         : 9999;
  padding         : 5px 8px;
  border-radius   : 3px;
  color           : black;
  max-width       : 250px;
  box-shadow      : rgba(99, 99, 99, 0.25) 0px 2px 8px 0px;
  white-space     : pre-line;
}