body{
    font-size: 16px;
    color: #777;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0 0 0.5rem;
}
img{
    max-height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
    width: 110px;
    height: 110px;
    margin: auto;
    margin-right: .75rem;
}
.pic{
    flex:none;
    display: contents;
}
.quote{
    display: flex;
    padding: .75rem;
    position: relative;
    height: 124px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.info{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title{
    color: #c0580c;
    font-weight: 500;
}
.author{
    font-size: .85rem;
    font-weight: 400;
}
.description{
    font-size: .85rem;
    margin-bottom: 0.5rem;
}
.line-1 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-2 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-3 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rating {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.rating .allstardark {
    position: relative;
    color: #f99b01;
    height: 16px;
    width: 80px;
    background-repeat: repeat;
    background-image: url(./img/star_null.svg);
    background-size: auto 100%;
    margin-right: 5px;
}
.rating .allstarlight {
    position: absolute;
    left: 0;
    color: #f99b01;
    height: 16px;
    overflow: hidden;
    background-repeat: repeat;
    background-image: url(./img/star.svg);
    background-size: auto 100%;
}