@charset "UTF-8";

.twitterFeed{
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	}

.twitterFeed a{
	font-weight: bold;
	}

.twitterFeed a:hover, .twitterHeader a, .tweetName a {
	text-decoration: none;
	}
	
.twitterFeed a img {
	display: none;
	}
	
.twitterFeed img{
	float: left;
	margin: 0em 1em 0em 0em;
	}

.twitterHeader{
	display: none;
	}

.twitterHeader span{
	font-weight: bold;
	font-size: 2.2em;
	}

.twitterBody{
	clear: left;
	width: 45em;
	background-color: rgba(0,0,0, 0.3);
	border-top: 1px solid #666;
	}

.twitterBody ul{
	list-style: none;
	}

.twitterBody ul, .twitterRow, .twitterRow h4{
	margin: 0;
	padding: 0;
	}
.twitterBody ul li p{
	padding-left: 1.5em;
	
}
	
.twitterRow p{
	margin-left: 4em;
	}

.tweetName a, .tweetTime{
	font-weight: bold;
	color: #444;
	}
	
.tweetName{
	display: none;
	}
	
.tweetTime{
	color: #FFF;
	text-align: left;
	margin: 0.25em auto 0.25em 1em;
	}

.odd, .even {
	height: 5em;
	border-bottom: solid 1px #666;
	}
