*{margin:0; padding:0;}
#tweeter_container {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#tweeter_feed {
	border: 1px solid #919191;
	background: #737373;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tweeter_tweet {
	color: #000;
	width: 95%;
	margin: 2px auto;
	background: #737373;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-border-radius: 6px;
	-moz-transition: all 0.3s ease-in-out;
	-moz-border-radius: 6px;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
	border: 2px solid #737373;
}

.tweeter_tweet:hover {
	color: #fff;
	background: #4faeed;
	border: 2px solid #4faeed;
}

.tweeter_text a {
	color: inherit;
	text-decoration: none;
}

.tweeter_time {
	font-size: 9px;
}

#tweeter_bottom {
	position: relative;
	top: -1px;
	height: 51px;
	background: url(bottom.png) bottom right no-repeat;
}

#sidebar ul #tweeter_container ul {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}