.person-bubble {
  display: inline-block;
  width: 120px;
  height: 70px;
  padding: 0.5rem;
  text-align: left;
  border-radius: 0.5rem;
  white-space: normal;
  overflow: hidden;
  vertical-align: top;
}

.person-bubble .person-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.person-bubble .name {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}

.person-bubble .date {
  font-size: 0.75rem;
  color: #6c757d;
}

.person-bubble:hover {
  background-color: #0d6efd;
  color: white;
  text-decoration: none;
}
.modal {
  z-index: 9999 !important;
}
.modal-backdrop {
  z-index: 9998 !important;
}
#block-bengreen5-content {
  position: static !important;
  z-index: auto !important;
}
