.timeline-Widget {
  padding: 20px;
  background-size: auto auto;
  background-color: rgba(60,60,60,0.00);
  color: #E1E5ED
}
.timeline-TweetList-tweet {
  color: #E1E5ED
}

.timeline-TweetList-tweet a {
  color: #E1E5ED
}

.SandboxRoot.env-bp-660 .timeline-Header-byline, .SandboxRoot.env-bp-660 .timeline-Header-subtitle, .SandboxRoot.env-bp-820 .timeline-Header-byline, .SandboxRoot.env-bp-820 .timeline-Header-subtitle, .SandboxRoot.env-bp-970 .timeline-Header-byline, .SandboxRoot.env-bp-970 .timeline-Header-subtitle {
  color: #E1E5ED !important
}
.timeline-Header-title {
  color: #E1E5ED !important;
  font-size: 20px !important
}
.timeline-Header-title a {
  color:#E1E5ED !important
}

.timeline-Tweet {
  transition: background-color .3s
}
.timeline-Tweet:hover {
  background-color: rgba(0, 0, 0, .2)
}
.TwitterCard-container--clickable:hover {
  background-color: rgba(0, 0, 0, .2)
}