ul.mod_wbtweets_twittermenue{
  list-style-type: none;
}
ul.mod_wbtweets_twittermenue li{
  display: inline;
}
a.mod_wbtweets_follow {
  width: 180px;
  height: 20px;
  padding-top: 2px;
  padding-left: 25px;
  background-image: url(layoutbin/twittericon.jpg);
  background-repeat: no-repeat;
  margin-left: -40px;
  color:#FFF;
}
a.mod_wbtweets_subscribe {
  width: 180px;
  height: 20px;
  padding-top: 2px;
  padding-left: 25px;
  background-image: url(layoutbin/rssicon.jpg);
  background-repeat: no-repeat;
  margin-left: 30px;
  color:#FFF;
}
/*linked hashtags introduced in WB Tweets 0.3*/
a.mod_wbtweets_hashtag{
  color: #fff;
  text-decoration: none;
  border: 0px;
}
a.mod_wbtweets_hashtag:hover{
  border-bottom: 1px dotted #fff;
}

ul.mod_wbtweets_tweets {
  list-style-type: none;
  
}

ul.mod_wbtweets_tweets li {
  width: 220px;
  height: 100px;
  padding:10px;
  margin-bottom: 5px;
  margin-left:-40px;
  background-position: top left;
  background-color:#159692;
  color:#fff;
  border-bottom:#fff 1px dotted;
}

ul.mod_wbtweets_tweets li a{
  color:#90d9da;
}



.mod_wbtweets_tweets .mod_wbtweets_tweetmeta a{
  font-size:10px;
  color:#0e6f70;
}

.mod_wbtweet_licence{
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  color: #fff;

  padding-top: 0px;
  margin-top: 0px;
}
.mod_wbtweet_licence a{
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  color: #fff;
}
