.reloadTweets{
    display: none;
}

a.reloadTweets{
    color: red;
}

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

ol.twitter-timeline li.first{
    font-size: 15px;
}

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

ol.twitter-timeline li.last{
    border-bottom: none;
}

.userProfile img{
    float: left;
    padding-right: 5px;
    height: 30px;

}

.userProfile a img{
    border: none;
}

.userProfile a:hover img{
    border: none;
}

.userProfile h1{
    margin-top: 10px;
    margin-bottom:0;
    padding-bottom:0;
    color: white;
    display: inline-block;
}

.cf{
    clear: both;
}

.tx-imtwitterajax-pi1{
    padding: 10px;
    background: #4c4f52;
    border: 2px black;
}

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

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