#tweets {
	padding-left: 0;
	margin-bottom: 1em;
}

#tweets li.tweet_container {
	list-style: none;
}

#tweets ul.tweets_per_tag {
	padding-left:  1em;
	padding-right: 1em;
}

#tweets li.tweet {
	list-style: none;
	margin-bottom: 2ex;
	clear: both;
}

#tweets p {
	margin: 0.5ex 0;
}

#tweets .username {
	font-weight: bold;
}

#tweets .keyword_container {
	background-color: #333;
	color: #EEE;
/*	background-color: #DDD;*/
	padding: 1ex 1em;
	margin-bottom:0;
}
#tweets p.tags_per_keyword {
	margin: 0 0 1em 0;
	background-color: #EEE;
	padding: 1ex 1em;
	font-size: 85%;
}
#tweets .tag_container {
	padding-right: 0.5ex;
}

#tweets .tag_container_2 {
	font-size: 85%;	
	display: none;
}
#tweets .date_container {
	float: right;	
	margin-top:  0;
	margin-left: 1em;
	font-size: 85%;
}

#tweets .content em {
	font-style: normal;
	font-weight: bold;
	color: #800000;
}

ul.templates {
	display: none;
}

#options {
	clear: both;
	background-color: #EEE;
}

#options p {
	padding: 1ex;
}

#options #filter .filter_tag {
	font-weight: bold;
}

.trigger, .tag_trigger {
	cursor: pointer;
}

.tag_trigger:hover {
	color: #A00010;
}

