/** Twit **/
.twit {
 text-align:left;
 padding-right: 20px;
}
.twitHeader {
  margin: 0;
  padding: 0px 0px 0 0px;
}
.twitLabel {
  font-weight: bold;
  font-size: 22px;
  color: #33ccff;
}
.twitTitle {
  font-weight: bold;
}
.twitUser {
  border-bottom: none;
  font-size:160%;
  padding: 0px;
}
.twitUser a{
  color:#222;
  font-weight:bold;
  text-decoration: none;
}

.twitUser a:hover{
  color:#222;
  font-weight:bold;
  background:none;
  text-decoration: none;
}

.twitBody {
  padding: 0 0px 0px 0px;
  margin: 0;
  list-style: none;
}
.twitEntry {
  padding: 6px 8px;
  margin: 0;
  border-bottom: dashed 1px #0d7677;
  height: auto !important;
}
.twitNavi {
  clear: both;
  text-align: center;
  margin-top: 0;
  padding: 0px;
  background-color: #ffffff;
}

