.tweet,
.query {
 font: 100% Arial, serif;
 color: #313131;
 width: 90%;
 overflow: auto;
 height: 98%;
}

 .tweet_list {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  list-style: none;
  margin: 2px;
  padding: 5px;
  overflow: hidden;
  background-color: transparent;
 }

  .tweet_list li {
   overflow-y: auto;
   overflow-x: hidden;
   padding: 0.1em;
   list-style-type: none;
  }
   .tweet_list li a {
    color: #233f33;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    text-decoration: none !important;
     border-bottom:none;  
    line-height: normal;
   }
   .tweet_list li a img{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
   }
   html > body > div#balance > div#container > div#navi_left > div#info_right > div#info_bottom_right > div.tweet > ul.tweet_list > li.tweet_first.tweet_odd > span.tweet_time > a{	display: none;   }
html > body > div#balance > div#container > div#navi_left > div#info_right > div#info_bottom_right > div.tweet > ul.tweet_list > li.tweet_even > span.tweet_time > a{	display: none;   }
html > body > div#balance > div#container > div#navi_left > div#info_right > div#info_bottom_right > div.tweet > ul.tweet_list > li.tweet_odd > span.tweet_time > a{	display: none;   }
html > body > div#balance > div#bottom_main > div#bottom_main_leftORtop > div.tweet > ul.tweet_list > li.tweet_even > a.tweet_avatar {text-decoration: none; border-bottom:none;     }
html > body > div#balance > div#bottom_main > div#bottom_main_leftORtop > div.tweet > ul.tweet_list > li.tweet_first.tweet_odd > span.tweet_text > a{text-decoration: none;}
html > body > div#balance > div#bottom_main > div#bottom_main_leftORtop > div.tweet > ul.tweet_list > li.tweet_first.tweet_odd > a.tweet_avatar{text-decoration: none;}
html > body > div#balance > div#bottom_main > div#bottom_main_leftORtop > div.tweet > ul.tweet_list > li.tweet_odd > a.tweet_avatar{ text-decoration: none; }
html > body > div#balance > div#container > div#navi_left > div#info_right > div#info_bottom_right > div.tweet > ul.tweet_list > li.tweet_first.tweet_odd > span.tweet_text{}
  .tweet_list .tweet_even {
   background-color: transparent;
  }

  .tweet_list .tweet_avatar {
   padding-right: .1em; float: left;
  }

   .tweet_list .tweet_avatar img {
    vertical-align: middle;
    padding: 2px 2px 2px 2px;
    margin: 0 5px 0 5px;
   }