.grid .row {
    border-bottom:1px dotted #D8DBDB;
    float:left; 
    height:110px;
    padding-bottom:16px;
    margin:0 24px 16px 0;
    width:280px;
}
.grid p{
    margin-bottom:24px; 
}
.grid .row p {
    font-size:12px;
    line-height:18px;
    margin-bottom:0;
    text-align:left;
}
.grid .row img{
    float:right;
    margin:0 16px 16px 0;
}
.grid .row b{
    color:#000;
    font-size:11px;
}
