﻿div.pfpItem img
{
    float:left;
    margin-right:10px;
}
div.pfpItem .clear
{
    clear:both;
}
span.pfpNav
{
    margin-right:10px;
    margin-top:15px;
}

.pfpReadMore:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none;
}

.pfpReadMore {
    display: table-cell;
    padding: 15px 18px;
    margin: 0;
    border: 2px solid #111;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    -webkit-appearance: none;
}
