body {
    /*background-color:#333;  
    font-family:Arial, Helvetica, sans-serif; */  
}
 
img  {
    border:none;
}
 
#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;  
}
 
.twitWrapper{
	
} 
 
#twitter-feed {
    
   
	width:750px;
	height:155px;
    /*margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:60px;*/
    padding:0px 0px 0px 0px;
    /*border-radius:12px;*/
    
    
    color:#fff;
    /*overflow:auto;*/
}
 
.twitTimer{
	/*
	position:absolute;
	top:0px;
	float:left;
	*/
	/*top:130px;*/
	color:#fff;
	float:left;
	left:10px;
	position:relative;
	display:block;
	width:60px;
	height:30px;
	
}

 
#twitter-feed h1 {
    color:#fff;
    margin:0px;
    padding:9px 0px 9px 0px;
    /*font-size:18px;*/
    font-weight:lighter;    
}
 
.twitter-article, #loading-container {
    width:230px;
    height:155px;
    display:block;
    float:left;
    
}
.twitter-article-wrapper, #loading-container {
    width:230px;
    height:155px;
    display:block;
    /*border-top:1px dotted #CCC;*/
    background-image:url(../images/tweetback-2x.jpg) ;
    background-size: 260px 160px;
    float:left; 
    padding:8px 0px 8px 0px;
    background-color:#898275;
    margin:5px 20px 10px 0px;
}

.twitter-article-timer{
	float:left;
	width:230px;
	height:30px;
	display:block;
}
 
.twitter-pic {
    float:left;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;  
    border:none;
     
}
 
/* -------- TEXT STYLING ------*/
.twitter-text {
    width:194px;
    height:135px;
    float:left;
    font-size:14px;
    padding-left: 11px;
}
.twitter-text p {
    margin:0px;
    line-height:20px;   
}
.twitter-text a, .twitter-text h1 a, .twitTimer a {
    color: #fff;
    text-decoration: underline;
    /*border-bottom:1px dashed #fff;*/
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    /*background-color: #847A70;*/
    color:#065EFF;
    /*color: #464547;*/
}
 
.tweet-time {
    font-size:11px;
    color:#fff;
    /*float:right;*/
}
.tweet-time a, .tweet-time a:hover {
    color:#fff;
}
 
.tweetprofilelink a {
    color:#444;
}
.tweetprofilelink a:hover {
    color:#444;
}
 
/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:75px;
    float:right;
    margin-right:5px;   
    margin-top:3px;
        display:none;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url(../images/twit-actions.png);
    float:left; 
} 
.intent a:hover{
    background-position:-25px 0px;
} 
 
#intent-retweet a{
    background-position:0px -17px;
} 
#intent-retweet a:hover{
    background-position:-25px -17px;
} 
#intent-fave a{
    background-position:0px -36px;
} 
#intent-fave a:hover{
    background-position:-25px -36px;
} 
 
/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    width:14px;
    height:10px;
    background-image:url(../images/twit-actions.png);
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}