/* line 11, ../sass/twidget.scss */
.twidget_widget .twidget_tweet {
  min-height: 60px; }
/* line 15, ../sass/twidget.scss */
.twidget_widget a {
  color: #009999 !important; }
/* line 20, ../sass/twidget.scss */
.twidget_widget div.tweet-header {
  font-size: 14px;
  font-family: Arial, sans-serif; }
  /* line 25, ../sass/twidget.scss */
  .twidget_widget div.tweet-header a {
    color: #999999;
    text-decoration: none; }
  /* line 30, ../sass/twidget.scss */
  .twidget_widget div.tweet-header a:hover > strong.author-fullname {
    text-decoration: underline;
    color: #009999; }
  /* line 35, ../sass/twidget.scss */
  .twidget_widget div.tweet-header img.avatar {
    float: left;
    margin-top: 3px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-force-broken-image-icon: 1; }
  /* line 43, ../sass/twidget.scss */
  .twidget_widget div.tweet-header strong.author-fullname {
    color: #333333; }
  /* line 47, ../sass/twidget.scss */
  .twidget_widget div.tweet-header span.author-username {
    color: #999999;
    font-size: 12px;
    font-weight: normal; }
  /* line 53, ../sass/twidget.scss */
  .twidget_widget div.tweet-header span.date-create {
    float: right;
    font-size: 12px;
    color: #999999; }
/* line 60, ../sass/twidget.scss */
.twidget_widget p {
  font-family: Arial, sans-serif;
  font-size: 14px; }
/* line 64, ../sass/twidget.scss */
.twidget_widget p > a {
  font-weight: normal; }
