.flex {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
    position: relative;
}
.like.btn.btn-primary {
    position: absolute;
    top: 28px;
    right: 0;
    padding: 3px 10px;
    background: green;
    border: 1px solid green;
}
.like.btn.btn-primary:hover {
    background: #e22524;
    border: 1px solid #e22524;
}
.like-count {
    position: absolute;
    margin-top: -26px;
    right: 0;
    font-size: 12px;
}
.right-quote {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    padding: 1rem;
}
.right-quote p{
    font-family: "Farnham";
}
.left-img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 1rem;
}
cite.author{
  font-style: normal;   
}
button.load_quotes {
    margin: 20px auto;
    text-align: center;
    display: block;
}
