@media all {
  /* Twitter Block Desktop Styling */
  /* line 4, ../../sass/modules/twitter_desktop.scss */
  .root.timeline {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    max-height: 250px !important;
    background-color: initial;
    padding-left: 0 !important;
  }
  /* line 17, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .tweet {
    margin-bottom: 1%;
  }
  /* line 20, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .tweet .avatar {
    left: 0%;
    top: 2.5em;
    width: 48px;
  }
  /* line 26, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .tweet:nth-child(1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 29, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .tweet:nth-child(2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 32, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .tweet:nth-child(3) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 37, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header a,
  .root.timeline .e-entry-content .retweet-credit a,
  .root.timeline .footer a {
    color: #606060;
  }
  /* line 40, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .footer {
    width: 75%;
    margin-left: 20%;
    margin-top: 10px;
  }
  /* line 44, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .footer a b {
    font-weight: bold;
  }
  /* line 48, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .footer .customisable-highlight .ic-sum {
    display: none;
  }
  /* line 55, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header .p-name p,
  .root.timeline .e-entry-content p {
    font-size: 12pt;
    line-height: 24px;
  }
  /* line 59, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header .p-name .retweet-credit,
  .root.timeline .e-entry-content .retweet-credit {
    margin-left: 54px;
    width: 60%;
  }
  /* line 63, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header .p-name .tco-hidden,
  .root.timeline .e-entry-content .tco-hidden {
    display: none !important;
  }
  /* line 66, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header .p-name .tco-ellipsis,
  .root.timeline .e-entry-content .tco-ellipsis {
    display: none !important;
  }
  /* line 69, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .header .p-name a,
  .root.timeline .e-entry-content a {
    white-space: normal !important;
  }
  /* line 74, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .e-entry-title {
    margin-left: 54px !important;
    margin-right: 0 !important;
  }
  /* line 78, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .e-entry-content .e-entry-title a {
    color: #045aab;
  }
  /* line 81, ../../sass/modules/twitter_desktop.scss */
  .root.timeline .inline-media {
    display: none;
  }
}
