.flipbook-list {
    list-style: none;
    display: flex;
    margin-bottom: 28px;
    padding-left: 0;
}

.flipbook-url, .flipbook-pic img {
    display: none;
}

.flipbook-pic {
    height: 90px;
    width: 65px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    display: block;
}

.flipbook-headline-section{
    width: 100%;
}

.flipbook-headline {
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
    color: #646464 !important;
    max-width: 90%;
    font-weight: bold;
    padding-top: 15px;
    display: block;
}

.flipbook-subtext {
    font-family: Roboto;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    color: #646464;
    max-width: 275px;
    display: block;
}

.flipbook-description {
    max-width: 275px;
    display: block;
}

#the-picture {
    width: 485px;
    height: 630px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    max-width: 40vw;
}

.flipbook-headline:hover {
    cursor: pointer;
    color: #646464 !important;
}

#dnn_ctr12710_View_ctr12711_View_ScopeWrapper {
    padding: 25px;
    background: #F7F7F7;
    border-radius: 10px;
    overflow-y: auto;
    box-shadow: 0 3px 9px rgba(0,0,0,.1);
    max-height: 630px;
}