.blogListItem {
    width: 80%;
    margin: 10px auto;
    background-color: white;
    border:1px solid #E5E0DD;
    padding: 10px;
}

.blogListItem img {
    max-height: 80px;
    margin-right: 20px;
}

.blogListItem span {
    vertical-align: top;
    white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
}

.blogArticle {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    background-color: white;
    padding: 20px;
}