.twiget-feed {
    margin: auto;
    background-color: #ebece6;
	color:#3c4240;
	font-family: 'Abel', sans-serif;  
	/*text-shadow: 0px 1px 1px rgba(122,127,99, .4); */
	font-weight: 400; 
	font-style: normal; 
	font-size: 13px;
	line-height: 16px;
	padding: 12px 12px 50px 12px;
	-moz-border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -khtml-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    overflow:auto;
}
.twiget-tweet img {
    float: left;
    border: none !important;
    margin: 4px 5px 0 0 !important;
	display: block !important;
}
.twigetfollow {
    position: absolute;
	bottom: 10px;
	right: 0px;
	/*width: 70%;*/
	font-size: 13px;
	color:#fff;
	-moz-border-radius: 11px 0 0 11px;
    -webkit-border-radius: 11px 0 0 11px;
    -khtml-border-radius: 11px 0 0 11px;
    border-radius: 11px 0 0 11px;
	/*background-color: #acb094;*/
	padding: 5px 5px 5px 11px;
}
.twigetfollow a { color: #fff; text-decoration: none;}

.twiget-widget ul li {
    border-bottom: 1px solid #c2c5b1;
    padding: 6px 0;
	list-style: none;
}
.twiget-meta {
	font-size: 0.9em;
}
.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;
}

.timestamp a {
	color: #acb094;
}
