﻿body {
}

.commentContainer
{
    float: left;
    width: 100%;
}

.comment, .info
{
    font-size: 0.8em;
    padding: 20px;
}

.comment .name
{
    font-weight: bold;
}

.comment .content
{
    font-size: 0.9em;
}

.comment .date, .blog .date
{
    font-size: 0.8em;
    padding-bottom: 15px;
}

.blog .date, .blog .author
{
    font-size: 0.8em;
}

.blog .date
{
	color: #666666;
}