.twp-widget-header img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.twp-widget-body ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
    max-height: 350px;
    overflow-y: scroll;
}

.twp-widget-body li {
    margin-bottom: 15px;
}

.twp-tweet-content {
    padding-left: 40px;
}

.twp-tweet-content .twp-tweet-meta {
    font-size: 0.75em;
    float: left;
    width: 100%;
}

.twp-tweet-content .twp-tweet-meta time {
    float: left;
}

.twp-tweet-content .twp-tweet-meta time {
    font-size: 0.75em;
    float: right;
}

.twp-tweet-content p {
    width: 100%;
    font-size: 1em;
    margin: 0px;
    float: left;
    margin-bottom: 5px;
}

.twp-profile-pic {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 4px;
}

.twp-tweet-content .twp-tweet-actions {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.twp-tweet-content .twp-tweet-actions a {
    display: inline-block;
    margin-right: -4px;
    width: 33.33%;
    opacity: 0.6;
}

.twp-tweet-content .twp-tweet-actions a:hover {
    opacity: 1;
}

.twp-tweet-content .twp-tweet-actions .twp-retweet img {
    height: 20px;
}

.twp-tweet-container {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.twp-tweet-container:after,
.twp-widget-footer:after {
    display: table;
    content: '';
    clear: both;
}

.twp-profile-picture {
    float: left;
    margin-right: 6px;
}

.twp-widget-footer a {
    font-size: 9px;
}

.twp-widget-footer .twitter-screen-name {
    float: left;
}

.twp-widget-footer .twitter-follow-button {
    float: right;
}