﻿.ArticleListTitle
{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.ArticleListItem
{
    background-color:#e5e5e5;
    overflow:hidden;
    margin-bottom:20px;
    float:left;
    width:100%;
}
.ArticleListItemImage
{
    width:100px;
    height:100px;
    overflow:hidden;
    margin:15px;
    float:left;
    display:inline;
}
.ArticleListItemTitle
{
    margin:15px;
    font-size:14px;
    font-weight:bold;
}
.ArticleListItemSummary
{
    font-size:12px;
    margin:15px;
    margin-top:0px;
    text-align:justify;
}