.footer_twitter{
    width:30%;
    margin-top: 20px;
    float:left;
}

.jta-tweet-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float:left;
}

.jta-tweet-list li{
    padding-top: 7px;

}

.jta-tweet-list li:first-child .tweet_right{
    border-top:0;
    padding-top: 0;
}

.jta-tweet-list li:first-child .tweet_left{
    padding-top: 3px;
}


.tweet_right{
    float:left;
    width:225px;
    padding-top: 5px;
}

.tweet_right a{
    color: #4F4F4F;
}

.footer_twitter .tweet{
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #4f4f4f;
    padding: 10px;
}

.footer_twitter .tweet_left{
    float:left;
    width: 75px;
    min-height:1%;
}

.footer_twitter .tweet_right{
    float:left;
    width:190px;
    font-size:12px;
    line-height: 18px;
}

.footer_twitter .tweet_right span{
    color: #b0b0b0;
    font-size:12px;
}

.footer_twitter .twitter_link{
    color: #000;
    font-size: 13px;
    float:right;
    text-decoration: none;
    margin-top: 12px;
}

.footer_twitter h3 {
    border-bottom: 4px solid #E6E6E6;
    color: #2A2A2A;
    font-size: 16px;
    padding: 7px 0;
}