@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,300italic,400italic,700italic&subset=latin,latin-ext);
@font-face {
  font-family: 'Noto Color Emoji';
  src: url(https://cdn.jsdelivr.net/gh/googlefonts/noto-emoji/fonts/NotoColorEmoji.ttf);
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  font-family: "Roboto", 'Noto Color Emoji';
}
a {
  display: block;
  height: 100px;
  max-height: 100px;
  cursor: pointer;
  position: fixed;
  left: 5px;
  top: 5px;
  right: 5px;
  min-width: 250px;
  bottom: 100px;
  text-decoration: none;
  color: #000;
  text-align: left;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
a.shadowless {
  box-shadow: none;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
}
a > * {
  margin-left: 107px;
}
.image {
  position: absolute;
  margin-left: 0;
  left: 0;
  top: 0;
}
h3, .author {
  font-family: "Roboto Condensed", 'Noto Color Emoji';
}
.star, .price {
  font-family: "Roboto", 'Noto Color Emoji';
}
h3 {
  margin: 5px 5px 0 107px;
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
  max-height: 42px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.author {
   margin: 5px 5px 0 107px;
   font-size: 15px;
   font-weight: normal;
   max-height: 15px;
   overflow: hidden;
   text-overflow: ellipsis;
  color: rgba(0,0,0,0.5);
}
.star {
  color: rgba(0,0,0,0.75);
  position: absolute;
  left: 0;
  bottom: 5px;
}
.star:after {
  color: #59ae59;
  content: '\2605';
  padding-left: 2px;
}
.buy {
  position: absolute;
  right: 3px;
  bottom: 0;
  padding: 5px;
  font-weight: bold;
  color: #79a8c1;
}