/* Top "view switcher" bar for the publications pages.
   Current view is bold blue; the others are quiet links.
   No shadows, gradients, or animations. */
.pubviews{
  display:flex;
  flex-wrap:wrap;
  gap:0.7em;
  align-items:baseline;
  border-bottom:2px solid #3f86d2;
  padding-bottom:0.35em;
  margin:0.2em 0 1.3em;
  font-family:Georgia, "Times New Roman", serif;
  font-size:0.95em;
}
.pubviews-now{
  font-weight:bold;
  color:#3f86d2;
}
.pubviews a{
  color:#666;
  text-decoration:none;
}
.pubviews a:hover{
  color:#3f86d2;
  text-decoration:underline;
}