/* Twitter Feed CSS */

#twitter_holder ul {
list-style: none;
padding: 0;
margin: 0;
}

#twitter_holder ul li{
margin: 0.6em 0em 1.5em 0em;
}

#twitter_holder a:hover {
color: #33ccff;
}

p.loading {
font-size: 1em;
}

li.tweet_even {
color: #cccccc;
line-height: 1.5em;
font-family: Verdana, Arial, sans-serif;
}

li.tweet_odd {
color: #cccccc;
line-height: 1.5em;
font-family: Verdana, Arial, sans-serif;
}

/* End of Twitter Feed CSS */
