.twitter-feed {
  min-width: 330px;
  overflow: hidden; }
  .twitter-feed nav {
    margin-top: 2em;
    margin-bottom: 0; }

.twitter-tweet {
  position: relative;
  margin: 0 0 1em 0; }

.twitter-user::after {
  clear: both;
  content: "";
  display: table; }
.twitter-user a {
  display: block; }
.twitter-user .twitter-name {
  font-weight: bold;
  display: block; }
.twitter-user .twitter-screen-name {
  font-size: smaller; }
.twitter-user img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.5em;
  float: left; }

.twitter-timestamp {
  position: absolute;
  top: 0;
  right: 0; }

.twitter-status {
  clear: both; }
  .twitter-status p {
    word-wrap: break-word; }
  .twitter-status img {
    width: 100%;
    height: auto; }
  .twitter-status ul {
    list-style: none;
    padding-left: 0;
    color: #b2b2b2;
    line-height: 1em; }
  .twitter-status li {
    position: relative;
    padding-left: 20px; }
    .twitter-status li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 16px;
      height: 100%;
      vertical-align: middle;
      background: url(/modules/twitter-feed/images/everything-spritev2.png) 16px 50% no-repeat;
      background-position: -128px 50%; }
    .twitter-status li.tweet-reply:before {
      background-position: 0px 50%; }
    .twitter-status li.tweet-reply:hover:before {
      background-position: -16px 50%; }
    .twitter-status li.tweet-retweet:before {
      background-position: -80px 50%; }
    .twitter-status li.tweet-retweet:hover:before {
      background-position: -96px 50%; }
    .twitter-status li.tweet-favorite:before {
      background-position: -32px 50%; }
    .twitter-status li.tweet-favorite:hover:before {
      background-position: -48px 50%; }
  .twitter-status a {
    color: #b2b2b2; }
    .twitter-status a:hover {
      color: #666; }

.twitter-entities::after {
  clear: both;
  content: "";
  display: table; }
.twitter-entities li {
  float: left;
  margin-right: 0.5em; }
  .twitter-entities li:last-child {
    margin-right: 0; }

/*# sourceMappingURL=module.css.map */