.PrintButton {
  background-color: transparent;
  color: #337ab7;
  text-transform: none;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  line-height: 3em;
}

.PrintButton:hover {
  background-color: transparent;
  color: #23527c;
  text-decoration: underline;
}

