* {
  box-sizing: border-box;
}

body {
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

header {
  margin: 48px 0 24px;
}

h1 {
  margin-bottom: 8px;
}

.title-search {
  margin-bottom: 10px;
  margin-top: 10px;
}

.author-search {
  display: inline-block;
  margin-bottom: 10px;
}

.author-search-box {
  margin-right: 5px;
}

.facets {
  display: inline-block;
}

.facet {
  border: 1px solid black;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  padding: 5px;
}

.facet:hover {
  background-color: #eee;
  cursor: pointer;
}

/* Large pips */
.noUi-marker-horizontal.noUi-marker-large {
  height: 8px;
}

.noUi-target {
  margin-bottom: 60px;
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 40px;
}

.noUi-tooltip {
  font-size: 12px;
}

.noUi-value {
  font-size: 12px;
}

.highlight {
  font-weight: 700;
}

.subtle-link {
  text-decoration: none;
  color: #666;
}
.subtle-link:hover {
  text-decoration: underline;
}

.paper-list {
  list-style: none;
  padding: 0;
  margin: 36px 0;
}

.container {
  margin: 0 auto;
  width: 720px;
  max-width: 100%;
}

.paper {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #EEE;
  color: #333;
}

.paper .title {
  margin-right: 36px; /* leaves room for .edit */
  margin-bottom: 8px;
}

.paper .link {
  color: #0366d6;
  text-decoration: none;
}

.paper .link:hover {
  text-decoration: underline;
}

.paper .edit {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

.paper:hover .edit {
  visibility: visible;
}

.paper .details {
  color: #666;
  font-size: 14px;
  margin-left: 18px;
  margin-top: 8px;
  transition: color ease-out 120ms;
}

.paper:hover .details {
  color: inherit;
}

.paper .author {
  padding: 5px;
  border: 1px solid transparent;
}

/* This should look like .facet */
.paper .author:hover {
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
}
