/** Twit **/
.twit {
  background-color: transparent;
  padding: 0;
  margin: 0;  
}
.twitHeader {
  background-color: #fff;
  padding: 0;
  margin: 0;
  visibility: hidden;
  height: 0px;
}
.twitLabel {
  font-weight: bold;
  font-size: 22px;
  color: #33ccff;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  position: relative;
  left: -25px;
  background-color: #fff;
  border-bottom: none;
  font-size:160%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
  border: none;
}
.twitUser a img{
  border: none;
}
.twitBody {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  border-bottom: dashed 1px #ccc;
  height: auto !important;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
}
#small_tweets .twitUser {
  visibility: hidden;
  height: 0px;
  margin: 0;
  padding: 0;  
}
#small_tweets li.twitEntry {
  list-style: none;
  list-style-image: url('/sysimages/twitter.png');
  list-style-position: inside;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
#small_tweets ul.twitBody {
  padding: 0;
  margin: 0;
  list-style: none;
}
#small_tweets .twitNavi {
  visibility: hidden;
  height: 0px;
  margin: 0;
  padding: 0;  
}
.twitEntry span {
  margin-bottom: 2px;
}

#full_tweets {
  margin-left: 25px;
}
#full_tweets li.twitEntry {
  list-style: none;
  list-style-image: url('/sysimages/twitter.png');
  list-style-position: outside;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
