a {
  text-decoration: none;
}

a:link {
  color: #0055aa;
  /*#07889b;*/
  /*#1772d0;*/
}

a:focus, a:hover {
  color: #e37222;
  /*#f7b733;*/
  /*f09228;*/
  text-decoration: none;
}

body, td, th, tr, p, a {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 15px;
}

strong {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 15px;
  /*14*/
}

heading {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 22px;
  color: red;
  /*#e37222;*/
  /*#fc4a1a;*/
}

heading2 {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 18px;
}

papertitle {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 15px;
  /*14*/
  font-weight: 700;
}

name {
  font-family: "TeXGyrePagella", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  /*'Lato', Verdana, Helvetica, sans-serif;*/
  font-size: 42px;
}

li:not(:last-child) {
  margin-top: 2px;
  margin-bottom: 5px;
}

.one {
  width: 160px;
  height: 160px;
  position: relative;
}

.two {
  width: 160px;
  height: 160px;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.fade {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

span.highlight {
  background-color: #ffffd0;
}

@media screen {
  /* Leading rule */
  html {
    -webkit-filter: brightness(110%) contrast(90%) grayscale(20%) sepia(10%) !important;
  }

  /* Text contrast */
  html {
    text-shadow: 0 0 0 !important;
  }

  /* Full screen */
  *:-webkit-full-screen, *:-webkit-full-screen * {
    -webkit-filter: none !important;
  }

  /* Page background */
  html {
    background: white !important;
  }
}

/*# sourceMappingURL=style.css.map */
