#latest-tweets{
	width:30%;
	float:left;
	padding-right:2%;
	margin-top:20px;
	padding-left: 20px;
}

#twittertitle{
	width:85%;
	float:left;
	text-align:left;
	font-family: 'Roboto', Arial, sans-serif;
	color:#0096db;
	font-size:20pt;
	border-bottom:1px solid #ea7125;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 4%;
	padding-left: 2%;
}

#twitterbody{
	width:90%;
	float:left;
	margin-top: 10px;
}

.tweet,
.query {
	color: #777777;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 120%;
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list .awesome,
.tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10pt;
	color:#777777;
}

.tweet_list li:first-child{
	padding-top:20px !important;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	list-style-type: none;
}

.tweet_list li:last-child{
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
		
.tweet_list li a {
	color: #0096db;
	text-decoration:none;
}

.tweet_list li a:hover {
	color: #ea7125;
	text-decoration:underline;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
