#tweet {
	height: 97px;
	overflow: hidden;
	background: #1878bb;
}
	#tweet ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#tweet li {
			display: block;
			height: 95px;
			padding: 0 3px;
		}
		#tweet li a {
			color: #4abaf3;
			text-decoration: none;
			font-weight: bold;
		}