.link-text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.25rem; /* roughly size="4" */
  font-weight: bold;
}

.inline-block{
  display: inline-block;
}

.none{
  display: none;
}

.print-text {
  color: red;
  font-size: 1.25rem; /* roughly size="4" */
  text-decoration: none;
  cursor: pointer;
}
.print-text:hover {
  text-decoration: underline;
}

.visible {
  visibility: visible;
}
