html {
  scroll-behavior: smooth;
}

p {
  font-size: 18px;
}

a {
  font-size: 18px;
  text-decoration: none !important;
}

.anchor {
  display: block;
  position: relative;
  top: -500px;
  visibility: hidden;
}

a.dict-link {
  text-decoration: none;
  color: rgba(0,0,0,.5);
}

a.dict-link:hover {
  color: rgba(0,0,0,.7);
}

.entry-div {
  padding: 20px 0 20px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.entry-div:hover {
  background-color: #f5f5f5;
}

.publication-title {
  /* font-size: 22px;
  font-weight: 450;
  font-style: italic; */
  /*font-family: "Computer Modern Sans", sans-serif;*/
}

.pagination{
  margin-top: 45px;
}

#input-field-selector{
  width: auto;
}

#search-form {
  width: 75%;
}

.search-row {
  width: 100%;
  margin-bottom: 5px;
}

/* Back to top button */
#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: rgba(230,230,230,0.25);
    display: none;
    border: 2px solid rgba(230,230,230,0.75);
    color: #212529;
}

#toTopBtn:hover {
    background-color: rgba(33,37,41,0.25);
}
