/*
.page-title {
    font-size: 4em;
}
*/

.field {
  margin-bottom: 5px;
}

.field--type-entity-reference {
  margin-top: 0px;
  margin-bottom: 5px;
}
.field--type-entity-reference .field__label, .field--type-entity-reference ul.links {
  font-size: 1.071em;
  font-weight: bold;
}

.print__link--pdf {
  background-color: #cdf3ea;
  border: 1px solid #bbb;
  border-radius: 8px;
  color: black;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
}

.print__link--pdf:hover {
  background-color: lightcyan;
  color: black;
  border: 1px solid #bbb;
  text-decoration: none;
}
