/** Twit **/
.twit {
}
.twitHeader {
display: none;
}
.twitLabel {
display: none;
}
.twitTitle {
display:none;
}
.twitUser {
  border-bottom: dashed 1px #ccc;
  font-size:160%;
  padding: 10px 0;
margin: 0 0 10px 0;
}
.twitUser a{
  color:#fff;
  font-weight:bold;
  text-decoration: none;
}
.twitBody {
  padding: 0 0 7px;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 10px 10px 10px 10px;
  margin: 0;
  height: auto !important;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 5px;
}
