/*CSS styles not in default boundless/bootstrap setup*/
#block-views-featured-pubs-block {
    padding-left:10px;
    margin-left:20px;
}
#block-views-featured-pubs-block .view-featured-pubs .views-row {
    margin-bottom:12px;
    padding-bottom:17px;
    border-bottom:1px solid #ccc;
}
.dawgdrops-item .nolink {
    font-family: @font-family-headline;
    text-transform: none;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
    &:hover,
    &:focus {
        color: @purple;
        background-color: #E7E7E7;
    }
}
