.twitStream {
	width:210px;
}

	.twitStream a {	
		font-size: 11px;
		color: #1F98C7;
		text-decoration: none;
	}
	
	.twitStream a:hover {
		text-decoration: underline;
		border-bottom: none;	
	}

	.twitStream a.tweet-user {
		font-weight: bold;
	}

.tweet {
	/*border-bottom:1px dotted #444444;*/
	border-bottom: 1px solid #e1e1e1;
	display:block;
	margin-top: 20px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:210px;
}

.tweet-left {
	float: left;
	display: none; /* Ingen bild på denna twitter */
}

.tweet-left img {
	border: 1px solid #e1e1e1;
	display: none; /* Ingen bild på denna twitter */
}

.tweet-right {
	width: 210px;
	float: right;
}

.tweet p.text {
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #444;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0;
}

.tweet p.text a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	line-height: 14px;
}

.tweet p.text a:hover {
	border-bottom: none;	
}

.tweet p.author {
	color:#777;
	font-family:Tahoma,Arial,"MS Trebuchet",sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}

.tweet p.author span.date {
	font-weight:normal;
}

.tweet p.author a:hover {
	border-bottom: none;
}

