.widget_display-latest-tweets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_display-latest-tweets ul li{
	border-top: 1px solid rgba(51, 51, 51, 0.2);
	padding: 12px 0;
}
.widget_display-latest-tweets ul li:first-child{
	border-top: 0 none;
	padding-top: 0;
}
.widget_display-latest-tweets ul li a{
	display: block;
}