.widget .ultimate-tweet-list li {
    background-image: url("../images/twitter.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    clear: left;
    float: left;
    width: 100%;
    line-height: 20px;
    list-style-type: none;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.widget .ultimate-tweet-list .twitter_time {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}
.widget .ultimate-tweet-list li a {
    color: #0099b9;
}
.ultimate-tweet .tweet-indent a {
    float: left;
    margin: 0 5px;
}     
.ultimate-tweet-list .tweet-indent a:first-child,
.ultimate-tweet-list .tweet-indent a:first-child img {
    margin-left: 0;
}
.ultimate-tweet-list .tweet-indent a span {
    float: left;
    line-height: 30px;
}
.ultimate-tweet-list .tweet-indent a img {
    margin: 5px;
    float: left;
    width: 16px;
}
.ultimate-tweet-list .tweet-indent {
    float: left;
    width: 100%;
}
.widget .ultimate-tweet-list li p {
    margin-bottom: 5px;
}