.tweet-feed {
  padding: 0;
  list-style: none;
}
.tweet-feed-item {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px;
  overflow: hidden;
}
.tweet-feed-item:first-child {
  border-top: 1px solid #e4e4e4;
}
.show-more-tweets {
  background: #ededed;
  text-align: center;
  padding: 0;
}
.show-more-tweets a {
  color: #6082AF !important;
  font-weight: bold;
  font-size: .9em;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}
.show-old-tweets {
  background-color: #f6f6f6;
}
.show-old-tweets a {
  color: #666 !important;
}
.show-old-tweets.no-more-tweets {
  color: #999 !important;
  font-style: italic;
  font-size: .9em;
  cursor: default;
  padding: 8px 0;
}
#content .timg,
.timg {
  width: 48px;
  float: left;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
#content .timg img,
.timg img {
  width: 48px;
  height: 48px;
}
.tname,
a.tname {
  font-weight: bold;
  text-decoration: none;
}
.tuser,
.tabber-widget-basic-light a.tuser {
  font-size: 11px;
  color: #999 !important;
  text-decoration: none;
}
.tuser:hover,
.tabber-widget-basic-light a.tuser:hover {
  text-decoration: underline;
}
#tab-twitter-tab {
  padding: 0 0 0 10px;
}
#tab-twitter-tab #twitter-box {
  padding: 0 10px 0 0;
  min-height: 130px;
  max-height: 350px;
  overflow: auto;
}
#twitter-box .tweet-feed {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tdate {
  position: relative;
  top: -2px;
  padding-left: 2px;
}
.tdate,
.tabber-widget-basic-light a.tdate {
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
  color: #999 !important;
  float: right;
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.tdate:hover,
.tabber-widget-basic-light a.tdate:hover {
  color: #666 !important;
  text-decoration: underline;
}
.ttext {
  margin-bottom: 0;
  margin-left: 56px;
  margin-top: 0;
}
.post-content .ttext {
  margin-bottom: 0;
}