/* BLOG PAGE STYLES
************************************************************/
.blogPost p{
    margin: 0px;
    margin-bottom: 20px;
}
.postAuthor{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 14px;
}
.authorProfile{
    padding-right: 10px;
}
.authorDetails h5{
    margin: 0px;
}
.blog-posts{
    padding: 10px;
}
.blog-post {
    padding: 10px !important;
}


