.twitter-tweet {
    width: 60%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}
.tweet-text {
    border: 1px dotted black;
    padding: 3px;
    min-height: 40px;
}
.tweet-author {
    padding: 0;
    margin: 0;
    line-height: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: right;
}

img.tweet-image {
    width: 30px;
    height: 30px;
    float: left;
    border: 0;
}