.tf-tweets {
    list-style: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.tf-tweet {
    position: relative;
    margin-bottom: 10px;
    /*border:1px solid red;*/
}

.tf-tweets.avatars .tf-tweet {
    padding-left: 60px;
    padding-left: 0;
}

.tf-tweet:last-child {
    margin-bottom: 0;
}

.tf-tweet .tf-name {
    font-weight: bold;
}

.tf-tweet .tf-avatar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tf-tweet .tf-avatar img {
    max-width: 100%;
    max-height: auto;
}

.tf-tweet .tf-date {
    color: #999;
}

.tf-tweet .tf-media {
    margin: 10px auto;
    display: block;
    max-height: 250px;

}


/*Custom Styles*/
/*
.tf-tweet{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
}


@media screen and (min-width: 600px) { 



}

@media screen and (min-width: 1024px) {

    .tf-tweet{
      width: 49%;
      display: inline-block;
      position: relative;
    }

}

@media screen and (min-width: 1280px) {

    .tf-tweet{
      width: 33%;
      display: inline-block;
      position: relative;
    }

}*/
