/* CSS Document */

.CaltechAUTHORS .unknown-year{
  display: none;
}
.CaltechAUTHORS .jump-list {
  padding-bottom: 0.24em;
  margin-bottom: 0.24em;
  /*border-bottom: solid 0.24em black;*/
}
.CaltechAUTHORS .jump-list-label {
  padding-left:0.24em;
  padding-right:0.24em;
  border-right: solid 1px black;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.CaltechAUTHORS .jump-list:last-child {
  border-right: none;
}
.CaltechAUTHORS .year-heading {
  color: #da3420;
  font-size: 2em;
}
.CaltechAUTHORS li {
  padding-bottom: 0.24em;
  margin-bottom: 1em;
  list-style: none;
}
.CaltechAUTHORS li .link {
/*  font-family: 'Lato', sans-serif;*/
/*
  font-weight: bold;
  font-style: italic;
*/
}
.CaltechAUTHORS li a.link::before{
  content: ' "';
  display: inline;
}
.CaltechAUTHORS li a.link::after{
  content: '"';
  display: inline;
}

.CaltechAUTHORS li .publication {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.CaltechAUTHORS a {
  padding-right: 0.24em;
}
.CaltechAUTHORS span {
  padding-right: 0.24em;
}
.CaltechAUTHORS div {
   padding-bottom: 0.24em;
   margin-bottom: 0.24em;
}
#publications ul {
  padding-left: 0px;
}
