.bb-project-version {
  z-index: 999;

  position: fixed;
  bottom: 0;
  right: 0;

  max-width: 40px;
  max-height: 40px;

  color: transparent;
  font: normal 16px calibri, sans-serif;

  background-color: red;
  background-size: contain;

  margin: 0 3px 3px 0;

  border-radius: 10px;

  &:hover {
    border-radius: 10px 0 0 0;

    background: #147d9a;

    padding: 15px;
    cursor: default;

    max-width: 1200px;
    max-height: 90px;

    color: white;
    margin: 0;
  }

  p + p {
    margin: 0;
  }

}