﻿table.articles
{

}

table.articles td
{
    padding:7px 0;
}


table.articles td div.date
{
    float:right;
    font-size:11px;
}

table.articles td div.title
{
    float:left;
}

table.articles td div.title a
{
    cursor:pointer;
    text-decoration: none;
    border-bottom: 1px dashed;
}

table.articles td div.body
{
    display:none;
    padding: 10px;
    border: 1px dashed #DDD;
    margin: 10px 0;
    border-radius: 4px;
}
