.mod_wbtweets_heading{
  padding-bottom: 5px;
  font-weight: bold;
}

.mod_wbtweets_twittermenue{
  padding-bottom: 5px;
}

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: 0px;
}

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;
}

.mod_wbtweets_tweets {
  width: 420px;
  height: 100px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 70px;
  margin-bottom: 5px;
  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;
}