﻿#tweets ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
#tweets li
{
	margin-bottom:10px;
/*	
	width: 300px;
	height:70px;
*/
}
/*
#tweets li:nth-child(1n+5)
{
	border:1px solid green;
	margin-left:400px;
}
*/
#tweets img
{
	/* 48px */
	width:48px;
	height:48px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #DDDDDD;
}
#tweets a.img
{
	float:left;
	border: none;
}
#tweets b
{
	display:block;
	margin-bottom:5px;
}
