.reloadTweets{
    display: none;
}

ol.twitter-timeline a {
position:static;
}
ol.twitter-timeline{
    list-style-type: none;
    text-align: left;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

ol.twitter-timeline li.first{
background:transparent url(nbg.png) no-repeat scroll 0px top;
    font-size: 1em;
}

ol.twitter-timeline li{
    border-bottom:1px dashed #D2DADA;
    padding: 10px;
    margin: 0px;
}

ol.twitter-timeline li.last{
background:transparent url(nbgbott.png) no-repeat scroll 0px bottom;
border-bottom:none;
}


.userProfile {display:none;}

.userProfile img{
    float: left;
    padding-right: 10px;
}

.userProfile a img{
    border: none;
}

.userProfile h1{
    margin-bottom:0;
    padding-bottom:0;
}

.cf{
    clear: both;
}

.tx-imtwitterajax-pi1{
padding:5px 0 0;
padding-bottom:0;
}


span.tweet-time{
    font-style: italic;
    color: #B4B4B4;
    font-size: 10px;
}

span.tweetsLoad{
    background: url(ajax-loader.gif) no-repeat;
    padding: 0px 0px 0px 20px;
    height: 30px;
    display: block;
}