/***** List Blogs View *****/

.blogList .blog .title {
    float: left;
    font-weight: bold;
    font-size: larger;
}

.blogList .blog .adminOptions {
    float: right;
}

.blogList .blog .intro {
    clear: both;
}

