#sidebar .twitter a {
  color: #1faeff;
  border-bottom: solid 1px transparent;
}
#sidebar .twitter a:hover {
  color: #1faeff;
  border-bottom: solid 1px #1faeff;
}
#sidebar .twitter .tweet_avatar,
#sidebar .twitter .tweet_avatar img {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 3px 0 0 3px;
  border-bottom: none !important;
}
#sidebar .twitter .tweet_avatar:hover img,
#sidebar .twitter .tweet_avatar img:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
#sidebar .twitter .tweet_time {
  display: block;
}
#sidebar .twitter dt {
  width: 45px;
  float: left;
  display: none;
}
#sidebar .twitter ul li {
  margin-left: 0;
  padding: 3px 5px 7px 23px;
  background: #ffffff url('../images/twitter.png') no-repeat 5px 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
#sidebar .twitter ul {
  padding-bottom: 0;
  margin-bottom: 0;
  list-style: none;
}
#sidebar .twitter ul:last-child {
  border: none;
}
#footer .twitter-footer .tweet_list ul {
  margin-top: 0;
}
#footer .twitter-footer a {
  color: #1faeff;
  border-bottom: solid 1px transparent;
}
#footer .twitter-footer a:hover {
  color: #1faeff;
  border-bottom: solid 1px #1faeff;
}
#footer .twitter-footer .tweet_avatar,
#footer .twitter-footer .tweet_avatar img {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 3px 0 0 3px;
  border-bottom: none !important;
}
#footer .twitter-footer .tweet_avatar:hover img,
#footer .twitter-footer .tweet_avatar img:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
#footer .twitter-footer .tweet_time {
  display: block;
}
#footer .twitter-footer dt {
  width: 45px;
  float: left;
  display: none;
}
#footer .twitter-footer ul li {
  margin-left: 0;
  padding: 3px 5px 7px 23px;
  background: #ffffff url('../images/twitter.png') no-repeat 5px 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
#footer .twitter-footer ul {
  padding-bottom: 0;
  margin-bottom: 0;
  list-style: none;
}
#footer .twitter-footer ul:last-child {
  border: none;
}
