.block-private-message-notification-block {
  height: 2.6rem;
  width: 2.6rem;
  position: relative;
  margin-top: -1rem;
}
.block-private-message-notification-block .private-message-notification-image {
  height: 1.6rem;
  width: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
}
.block-private-message-notification-block .private-message-page-link {
  display: block;
  opacity: 0;
}
.block-private-message-notification-block .unread-threads .private-message-page-link {
  display: block;
  opacity: 1;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
  background-color: #ff0000;
  border-radius: 50%;
  height: 1.6rem;
  width: 1.6rem;
  line-height: 1.6rem;
}
/*# sourceMappingURL=../css/private_message_notification_block.css.map */
