.dc-tw-retweet img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    vertical-align: text-bottom;
}
.dc-tw-retweet {
    color: #657786;
    font-size: .8em;
    margin-bottom: 10px;
}
.dc-tw-wrapper {
    overflow: auto;
}

.dc-tw-content:hover {
    background-color: #F4F8FA;
}
.dc-tw-content {
    position: relative;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    margin: 20px 0;
    cursor: pointer;
}

.dc-tw-user a {
    color: #333;
}
.dc-tw-user-name {
    font-weight: bold;
}

.dc-tw-user-screen-name a {
    color: #657786;
    font-size: .8em;
}

.dc-tw-user-profile-pic {
    float: left;
    margin-right: 10px;
}

.dc-tw-user-profile-pic a {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: inline-block;
    background: #000;
    overflow: hidden;
}

.dc-tw-user-profile-pic a img {
    height: 40px;
    width: 40px;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.dc-tw-user-profile-pic a:hover img {
    opacity: 0.9;
}

.dc-tw-full-text {
    margin: 10px 0;
}

.dc-tw-link {
    display: none;
}