body{
	font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
	 font-style:normal;
	font-weight:normal;
}
p.Tweet-text{
	font-size:16px;
	line-height:22px;
	margin:16px 0 0 0;
}
div.TweetInfo-timeGeo{
	font-size:14px;
	color:rgb(105,120,130);
	text-align:right;
}
a.link{
	 color: rgb(43, 123, 185);
	 font-size: 16px;
	 line-height: 22px;
	text-decoration: none;
}
span.username{
	font-weight:bold;
}
span.userid{
	font-size:14px;
	color:rgb(105,120,130);
}
img.Avatar{
	 border-radius: 50%;
	 border-style:none;
	 height: 36px;
	 width: 36px;
	 float:left;
	margin-right:20px;
}
blockquote{
	background-color:#fff;
	border:solid 1px #eee;
	border-radius:10px;
	width:80%;
	max-width:800px;
	padding:15px;
	margin:5px auto;
}
div.media{
	text-align:center;
	border-radius: 10px;
	max-width:480px;
	max-height:480px;
	margin:0 auto;
	overflow:hidden;
}
img.media{
	width:100%;
}

@media screen and (max-width: 768px) {
blockquote{
	width:100%;
}
}
