#tweets {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#tweets li {
    display: block;
    margin: 2px 0 2px 0;
	text-indent: 34px;
    font-size: 0.9em;
}

#tweets .text {
	float: left;
}

#tweets .caption {
    font-size: 0.9em;
    color: #999;
	float: right;
	margin-right: 5px;
}	
	
#tweets a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	font-size: 11px;
}

#tweets .BartRobben {
	font-weight: 700;
	color: #FF9900;
}

#tweets .SanderElastique {
	font-weight: 700;
	color: #039;
}

#tweets .ReplyElastique {
	font-weight: 700;
	color: #000;
}

#tweets .NiekElastique {
	font-weight: 700;
	color: #C00;
}

#tweets .JorisElastique {
	font-weight: 700;
	color: #063;
}
