body {
  padding-top: 40px;
}

.asset-title {
  padding-top: 10px;
  font-family: Sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
}

a.asset-title-link {
  color: #000;
  text-decoration: none;
}

.asset-id {
  padding-bottom: 10px;
  font-family: Sans-serif;
  font-size: 13px;
  font-weight: 300;
}

a.asset-id-link {
  color: #000;
  text-decoration: none;
}

.pills {
  color: #000000;
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 20px;
}

.pill {
  background-color: #fff;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  line-height: 14px;
}

.pill.active {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  line-height: 14px;
}

a.pill, a.pill.active {
  color: #000;
}

.pepe-series {
  padding-top: 30px;
  padding-bottom: 32px;
  font-size: 14px;
  font-weight: 300;
}

a.pepe-prev, a.pepe-next {
  color: #000;
  text-decoration: none;
}

.pepe-prev {
  padding-right: 3px;
  color: black;
}

.pepe-next {
  padding-left: 6px;
  color: black;
}