
.tweet-feed {
  margin: 0 auto;
}

.tweet-feed--frame {
  max-width: 770px;
  padding: 15px;
}

.tweet-feed--tab {
  padding: 0;
}

.tweet-feed .tweet-feed-container {
  border: 2px solid #1da1f2;
  background-color: #1da1f2;
  border-radius: 10px;
  overflow: hidden;
}

.tweet-feed .tweet-feed-header {
  border-radius: 13px 13px 0 0;
  color: #fff;
}

.tweet-feed .tweet-feed-header-inner {
  padding: 10px;
}

.tweet-feed .tweet-feed-header-inner::after {
  content: '';
  display: block;
  clear: both;
}

.tweet-feed .tweet-feed-header-thumbnail {
  width: 46px;
  height: 46px;
  float: left;
  border: 2px solid #fff;
  overflow: hidden;
}

.tweet-feed .tweet-feed-header-thumbnail img {
  width: 100%;
  height: auto;
}

.tweet-feed .tweet-feed-information {
  display: table;
  height: 50px;
  margin: 0 0 0 46px;
  padding: 0 0 0 10px;
  font-size: 20px;
}

.tweet-feed .tweet-feed-information-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 16px;
}

.tweet-feed .tweet-feed-nickname {
  width: 100%;
  min-height: 20px;
  display: inline-block;
  margin: -2px 0 0;
  padding: 0;
  line-height: 24px;
}

.tweet-feed .tweet-feed-acount {
  display: inline-block;
  width: 100%;
  height: 13px;
  margin: .3em 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  vertical-align: top;
}

.tweet-feed .tweet-feed-body {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.tweet-feed .tweet-feed-body a {
  color: #1da1f2;
}

.tweet-feed .tweet-feed-items {
  padding: 0 13px;
}

.tweet-feed .tweet-feed-item {
  padding: 16px 0;
  border-bottom: 1px dotted #999;
}

.tweet-feed .tweet-feed-item:last-of-type {
  border-bottom: none;
}

.tweet-feed .tweet-feed-item-post {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.tweet-feed .tweet-feed-item-at {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}

.tweet-feed .tweet-feed-footer {
  border-radius: 0 0 13px 13px;
  color: #fff;
  text-align: center;
}

.tweet-feed .tweet-feed-footer-inner {
  padding: 13px 0;
}

.tweet-feed .tweet-feed-footer a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.tweet-feed .tweet-feed-footer a span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0 0 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAWCAQAAACbQy8AAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhBBgULgP4wOgNAAAAx0lEQVQ4y+2TsQ4BQRRFz8o0REIlCoVSodBpp9P6BCLxIwp68Ql6X0Cl2Mp+gFJvJVQiV8GyCrxNlO5tbnPmvZl5LxB3xZQwy6XylKWJaTJCiWP1NNRMba1U01p18cZecih1zo48eyJORBw/FQwkJoTAnA1bU5NVOg4IWQBnCpRNWBGQ1H3cDZO95IABHsjbn//2ARUuQC4rNmYBxFmwTDX+2O+x9L418CamxctMZtCzyTLBF/c5JNkBTeNgNZ4xkEzITYdkI6/tjY+eK2p5IAAAAABJRU5ErkJggg==);
  vertical-align: bottom;
}

.tweet-feed .tweet-feed-footer-note {
  margin: 0;
  padding: .4em 0 0;
  font-size: 13px;
  line-height: 13px;
}

.tweet-feed .tweet-feed-footer-note small {
  font-size: inherit;
  line-height: inherit;
}

#tweetFeed,
#tweetFeed.enabled {
  display: block;
  opacity: 1;
}

#tweetFeed.disabled {
  display: none;
}

#tweetFeed.transparent {
  display: block;
  opacity: 0;
}

#tweetFeed .bg-white {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .tweet-feed {
    padding: 50px 0;
  }
  .tweet-feed .tweet-feed-header-inner {
    padding: 20px;
  }

  .tweet-feed .tweet-feed-header-thumbnail {
    width: 54px;
    height: 54px;
  }

  .tweet-feed .tweet-feed-information {
    height: 60px;
    margin: 0 0 0 60px;
    padding: 0 0 0 20px;
  }

  .tweet-feed .tweet-feed-information-cell {
    line-height: 20px;
  }

  .tweet-feed .tweet-feed-nickname {
    min-height: 24px;
    margin: -4px 0 0;
    font-size: 24px;
    line-height: 28px;
  }

  .tweet-feed .tweet-feed-acount {
    font-size: 16px;
    line-height: 15px;
  }

  .tweet-feed .tweet-feed-body {
    max-height: 475px;
  }

  .tweet-feed .tweet-feed-items {
    padding: 0 22px;
  }

  .tweet-feed .tweet-feed-item {
    padding: 22px 0;
    border-bottom: 2px dotted #999;
  }

  /*
  .tweet-feed .tweet-feed-item:nth-of-type(3) ~ .tweet-feed-item {
    display: none;
  }

  .tweet-feed.shown .tweet-feed-item:nth-of-type(3) ~ .tweet-feed-item {
    display: block;
  }
  */

  .tweet-feed .tweet-feed-footer-inner {
    padding: 22px 0;
  }

  .tweet-feed .tweet-feed-footer a {
    font-size: 24px;
    line-height: 26px;
  }

  .tweet-feed .tweet-feed-footer a span {
    width: 26px;
    height: 26px;
  }

  .tweet-feed .tweet-feed-footer-note {
    font-size: 16px;
    line-height: 12px;
  }
}