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

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

ul.mod_wbtweets_tweets li {
  width: 420px;
  height: 100px;
  padding-top: 7px;
  padding-right: 7px;
  padding-left: 70px;
  margin-bottom: 30px;
  margin-left:-40px;
  background-image: url(layoutbin/tweetbubble.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.mod_wbtweets_tweets .mod_wbtweets_tweetmeta a{
  font-size:10px;
}

.mod_wbtweet_licence{
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  color: #999999;
  border-top: 1px #999999 solid;
  padding-top: 10px;
  margin-top: 20px;
}
.mod_wbtweet_licence a{
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  color: #999999;
}