strong, strong + a {
  display: inline !important;
  white-space: nowrap;
  margin-right: 0.5em; /* spacing between PDF: and Here */
}


/* Make sure the navbar height is accounted for in page layout */
.navbar {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  height: 60px;
}

/* Add padding at the top of the page so content isn't hidden behind fixed navbar */
.page-content {
  padding-top: 100px !important;
}


/* Make all containers full width */
.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}

body {
  background-color: lightblue !important;
}
