Edit in JSFiddle

<div class="tweet">
	<a class="user-profile-link" href="http:/twitter.com/richgor">
		<img class="avatar" src="https://si0.twimg.com/profile_images/62574822/gordon140x140_normal.jpg" alt="Rich Gordon">
		<strong class="fullname">Rich Gordon</strong>
		<span class="username">@richgor</span>
	</a>
	<p class="tweet-text">
		MT <a href="http:/twitter.com/rbole">@rbole</a>: Great <a href="http:/twitter.com/HuffingtonPost">@HuffingtonPost</a> use of <a href="http:/twitter.com/TimelineJS">TimelineJS</a> on Boston bombing.  <a href="http://twitter.com/knightlab">@KnightLab</a> <a href="http://twitter.com/matthewrbaise">@matthewrbaise</a> <a href="http://huff.to/12jSzVL" target="_blank">huff.to/12jSzVL</a>
	</p>
	<div class="tweet-card">
		<div class="card-profile-link">
			<a href="http://twitter.com/HuffPostCrime">
				<img src="https://si0.twimg.com/profile_images/1971756972/crime_avatar_160x160_normal.png" width="18" height="18" alt="">
				HuffPost Crime
			</a>
		</div>
		<div class="card-summary">
			<h3>
				<a href="http://t.co/5EjKmos6Tl" target="_blank">
					LOOK: How The Tragic Events In Boston Unfolded
				</a>
			</h3>
			<p>
				The 2013 Boston Marathon came to a tragic end just before 3 p.m. on Monday, April 15, when twin explosions rocked the finish line causing multiple casualties. At least two people are dead and more...
			</p>
		</div>
	</div>
</div>
body {
    background-color:#CCC;
}
.tweet {
    background-color:#FFF;
    margin:20px;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}