.twiget-feed {
	background: url(../images/twitter_bird.png) no-repeat;
	background-position: center top;
    margin: auto;
    padding: 40px 10px 5px 10px;
    overflow:auto;
	font-size: 9px;
	margin-top: 0px;
}

#tweet-wrap-twiget-widget-3 {
	border: 1px solid #c6c6c6;
	border-top: none;
    border-radius: 5px;
    padding: 10px;
}

.twiget-tweet {
	margin-bottom: 0px;
}

.twiget-tweet img {
    float: left;
    border: none !important;
    margin: 4px 5px 0 0 !important;
	display: block !important;
}
.twiget-feed a {
	display: inline !important;
}
.twigetfollow {
    margin-top: 5px;
    text-align: right;
}
.twiget-widget ul li {
    border-bottom: 1px solid #E3E3E3;
    padding: 6px 0;
}
.twiget-meta {
	font-size: 9px;
  font-weight: strong;
  font-color: blue;
  margin-bottom: 10px;
}
.tweet-wrap li:before,
.tweet-wrap li:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tweet-wrap li:after {
    clear: both
}
.tweet-bio {
    padding: 4px 0;
}
