html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  margin-bottom: 30px !important;
}

a {
  color: #313b9a;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

p.block {
  text-align: justify;
}

p.reverse {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: left;
  user-select: none;
}

img {
  padding-bottom: 10px;
  margin-bottom: 15px;
  max-width: 100%;
}

img.unpadded {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

img.thumbnail {
  margin-top: 0.2em;
}

img.thumbnail:hover {
  transform: scale(1.05);
  transition: all ease 150ms;
}

p.imagecaption {
  font-size: 14px;
  font-style: italic;
  text-align: justify;
}

ul.authorlist {
  align-items: inline;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  align-self: center;
}

ul.quicklinks {
  list-style-type: none;
  padding-left: 0rem;
}

ul.quicklinks li {
  list-style-type: none;
  display: inline;
}

li.pdf li.page li.external_link {
  display: inline;
}

pre.bibtex {
  padding: 1em;
  user-select: all;
  background-color: rgb(241, 241, 241);
  border-radius: 4px;
  border: 1px solid #000000;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
