@import "../css/trico.css";

ul {
  margin-left: 2.5em;
}
div {
  background: white;
  border: none;
}
ul.papers {
  margin-left: 1.2em;
  font-size: smaller;
}
.papers li {
  margin-bottom: 0.5em;
  list-style: none;
}
.papers .year {
  margin-left: -1em;
}
.papers .title {
/*  font-style: italic;*/
  font-weight: bolder;
  font-size: 120%;
}
span.info {
  color: #666;
}
span.info a {
  color: #44f;
}

.bib {
  display: none;
  margin-left: 5em;
  margin-right: 5em;
  padding: 0.2em;
  border: 1px solid #bbb;
  color: #444;
  white-space: pre;
  font-size: 90%;
  background: white;
}
