.pi-button {
  height: 24px;
  padding: 0 15px;
  margin: 8px 10px 18px 15px;
  font-size: 14px;
  line-height: 20px;
  background-color: #f4f4f4;
  border: 1px solid #999;
  border-radius: 3px;
}

.pi-button:hover:enabled {
  color: #555;
  border-color: #777;
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  /* Position the tooltip */
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -40px;
  /* Style the tooltip */
  font-size: 12px;
  background-color: #f1f2f3;
  color: #777;
  text-align: center;
  white-space: nowrap;
  padding: 5px 5px;
}

#qr-release-mass-button div {
  text-align: center;
  margin-top: 10px;
}

#qr-code-container div {
  margin-left: 1.5%;
  margin-bottom: 10px;
}
/*# sourceMappingURL=../maps/qr_release_ui.css.map */
