﻿@charset "utf-8";

.app
{
	float:left;
}

.app div
{
	margin-bottom:15px;
}

.app .posted_by
{
	font-size:12px; 
	font-weight:bold;
}

.app .image
{
	height:100%;
	float:left;
	padding:5px;
}

.app p
{
	float:left;
	width:auto;
}

