.pretty .faint {
  color: #999999;
}
.pretty .right {
  float: right;
  margin-left: 1em;
  text-decoration: none;
  border-radius: 4px;
  padding: 3px 7px 5px 5px;
  position: relative;
  top: -3px;
  margin-bottom: -5px;
}
.pretty .right:hover {
  background-color: #dddddd;
  color: #000000;
}