.content-twitter-top{
	/* width:234px; */
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:rgb(0,0,0);
	border-top-left-radius:12px; border-top-right-radius:12px;
	border:none;
	float:left;
}
.content-twitter-top-logo {width:25%; margin:2.5% 0 0 5%; float:left}
.content-twitter-top-logo img {width:80%}
.content-twitter-top-text {width:65%; margin:9% 0 0 0; float:left}
.content-twitter-top-link {font-size:15px; line-height:15px; font-weight:400}

.content-twitter-middle{
	/* width:234px; */
	width:100%;
	margin:0px;
	padding:0px;
	background-color:rgb(0,0,0);
	border:none;
	float:left;
}
.content-twitter-feed{
	/* width:210px; */
	width:96%;
	/* margin:0 12px 0 12px; */
	margin:0 2% 0 2%;
	padding:0px;
	float:left;
}

/* TWITTER oAuth v1.1 Start */	
	
#twitter-feed {
	/* width:190px; */
	width:94%;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	/* padding:8px 10px 5px 10px; */
	padding:8px 0 5px 3%;
	border-radius:6px;
	border:none;
	background-color:rgb(255,255,255);
	color:rgb(55,163,77);
	overflow:auto;
}
#twitter-feed h1 {
    color:#b2a533;
    margin:0px;
    padding:0px 0px 9px 0px;
    font-size:14px;
    font-weight:lighter;
}
.twitter-article, #loading-container {
    /* width:190px; */
	width:94%;
    border-top:1px dotted rgb(55,163,77);
    float:left;
    padding:8px 0px 8px 0px;
}
#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;
}
.twitter-pic {
    float:left;
}
.twitter-pic img {
    float:left;
    border-radius:7px;
    border:none;
}
.twitter-text p {
    margin:0px;
    line-height:15px;
	color:#000000;
	font-size:12px;
}
.twitter-text a,  h1 a {
    color:rgb(55,163,77);
    text-decoration:none;
}
.twitter-text a:hover, h1 a:hover {
    text-decoration:underline;
    color:rgb(55,163,77);
}
.twitter-text {
	/* width:148px; */
	width:78%;
	float:left;
	font-size:11px;
	padding-left:11px;
}
.tweet-time {
    font-size:10px;
    color:rgb(55,163,77);
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:rgb(55,163,77);
}
.tweetprofilelink a {
    color:rgb(55,163,77);
}
.tweetprofilelink a:hover {
    color:rgb(55,163,77);
}
.backlink {
    font-size:11px;
}
.backlink a {
    color:rgb(55,163,77);
}

/* TWITTER oAuth v1.1 End */	

.content-twitter-bottom{
	/* width:234px; */
	width:100%;
	height:12px;
	margin:0px;
	padding:0px;
	background-color:rgb(0,0,0);
	border-bottom-left-radius:12px; border-bottom-right-radius:12px;
	border:none;
	float:left;
}