.twitter-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    border: 1px solid #eeeeee;
    color: #333333;
    border-radius: 6px;
}

.twitter-style .heading {
    color: #333333;
    padding: 12px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
}

.twitter-style li {
    border-top: 1px solid #e8e8e8;
    padding: 9px 12px;
    position: relative;
    line-height: 18px;
}

.twitter-style li:hover {
    background: #f5f5f5;
}

.twitter-style li img {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.twitter-style li a {
    color: #0084B4;
    font-weight: normal;
}

.twitter-style li .content {
    position: relative;
    margin-left: 58px;
    min-height: 51px;
}

.twitter-style li .content .user .username {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.twitter-style li .content .user .screenname {
    font-size: 12px;
    color: #999999 !important;
}

.twitter-style li .content .user a {
    text-decoration: none;
    font-weight: normal !important;
}

.twitter-style li .content .user a:hover .username {
    text-decoration: underline;
}

.twitter-style li .content .user small {
    color: #bbbbbb;
    font-size: 12px;
}

.twitter-style li .content .time {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
}

.twitter-style li .content .time a {
    text-decoration: none;
    font-weight: normal !important;
    color: #999999;
}

.twitter-style li .content .time a:hover {
    text-decoration: underline;
    color: #0084B4;
}

.twitter-style li .content .retweet {
    margin-top: 5px;
    padding-left: 20px;
    color: #999999;
    font-size: 12px;
    background: url(https://www.hotelnewsresource.com/Images/retweet.png) left center no-repeat;
}