/* Twitter Block Mobile Styling */
@media all {
  /* line 7, ../../sass/modules/twitter.scss */
  .root.timeline {
    font-size: 1em;
    background-color: initial;
    width: 85%;
    margin-left: 10%;
  }
  /* line 14, ../../sass/modules/twitter.scss */
  .root.timeline .tweet .avatar {
    height: auto;
  }
  /* line 20, ../../sass/modules/twitter.scss */
  .root.timeline .tweet .e-entry-content,
  .root.timeline .tweet .footer,
  .root.timeline .tweet .full-name {
    margin-left: 10px;
  }
  /* line 27, ../../sass/modules/twitter.scss */
  .root.timeline .header a,
  .root.timeline .retweet-credit a,
  .root.timeline .footer a {
    color: #606060;
  }
  /* line 35, ../../sass/modules/twitter.scss */
  .root.timeline .e-entry-content {
    font-size: .85em;
  }
  /* line 37, ../../sass/modules/twitter.scss */
  .root.timeline .e-entry-content .e-entry-title {
    font-size: 12px;
  }
  /* line 39, ../../sass/modules/twitter.scss */
  .root.timeline .e-entry-content .e-entry-title a {
    color: #045aab;
  }

  /* line 45, ../../sass/modules/twitter.scss */
  .inline-media {
    display: none;
  }
}
