
#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;  
}

/*#twitter-feed {
    width:300px;
    margin:auto;
    margin-top:60px;
    padding:8px 10px 5px 10px;
    color:#333;
    overflow:scroll;
    min-height: 353px;
}*/
 
#twitter-feed {
/* width: 300px; */
/* margin: auto; */
/* font-family: Arial, Helvetica, sans-serif; */
/* margin-top: 60px; */
color: #333;
/* min-height: 353px; */
height: 387px;
padding: 95px 10px 5px;
position: absolute;
max-width: 367px;
/* top: -50px; */
/* margin: 0; */
/* padding: 0; */
}

#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    
    
    line-height: 1.2em;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}


  
.twitter-article, #loading-container {
    width:100%;
    border-top:1px dotted #CCC;
    float:left; 
    padding:8px 0px 8px 0px;
    position:relative;
} 
.twitter-pic {
    position:absolute;
}
  
.twitter-pic img {
    float:left;
    border-radius:7px;  
    border:none;
      
}
  
/* -------- TEXT STYLING ------*/
.twitter-text {
    width:100%;
    float:left;
    font-size:15px;
    font-weight:300;
    color:white;
    padding-left:52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px;
    line-height:1.4em;   
}

.twitter-text a[href^="https://twitter.com/search"]{
color: #a11302!important;

}

/*.twitter-text a,  h1 a {
    color: #00acee;
    text-decoration: none;
}*/

.twitter-text a,  h1 a {
    color: #a11302;
    text-decoration: none;
}

.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #00acee;
}
  
.tweet-time {
    font-size:10px;
    color:#878787;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}
  
.tweetprofilelink a {
    color:#666;
}
.tweetprofilelink a:hover {
    color:#666;
}
  
/* -------- 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/tweet-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/tweet-actions.png);*/
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}