.twitter_timeline {
  background-color: #f3f3f3;
  padding: 15px; }
  .twitter_timeline ul li {
    width: 33%;
    border-right: 1px solid #fafafa;
    display: inline-block;
    padding: 15px;
    vertical-align: top; }
    .twitter_timeline ul li:last-child {
      border-right: none; }
  .twitter_timeline .profile-card {
    margin-bottom: 10px; }
    .twitter_timeline .profile-card .profile-image {
      border-radius: 4px;
      width: 36px;
      height: 36px;
      max-width: 100%;
      float: left; }
    .twitter_timeline .profile-card .profile-name, .twitter_timeline .profile-card .profile-screen-name {
      margin-left: 46px;
      line-height: 1; }
    .twitter_timeline .profile-card .profile-name {
      height: 22px;
      font-weight: bold; }
    .twitter_timeline .profile-card .profile-screen-name {
      height: 14px;
      font-size: 13px;
      color: #66757f; }
    .twitter_timeline .profile-card a {
      color: inherit; }
  .twitter_timeline .tweet-content {
    clear: both; }
  .twitter_timeline .tweet-footer span {
    width: 20%;
    display: block;
    float: left; }
  .twitter_timeline .tweet-footer i.fa {
    margin-right: 5px; }

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