/* twitter widget css */
.twtr-widget {
  font-family: helvetica,arial,sans-serif !important;
  font-size: 14px !important;
}

.twtr-hd, .twitter-user, .twtr-ft{
display: none;
}

.twtr-widget .twtr-tweet-wrap {
  padding: 6px 0;
}

.twtr-widget .twtr-tweet {
  /* border-bottom: 0px; */
  padding: 10px 0;
}

.twtr-timestamp, .twtr-reply, .twtr-rt, .twtr-fav{
color: #CCCCCC !important;
}

.twtr-widget em, .twtr-widget .twtr-new-results {
  font-size: 10px;
  margin-top: 10px;
}

#twitter-widget .twtr-tweet a:hover{
text-decoration: none !important;
color: #FFFF00 !important;
}

