.query {
    font-family: Arial, serif;
    font-size: 90%;
    color: #085258; 
}
.query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; 
}
.query .tweet_list li {
    overflow: auto;
    padding: .5em; 
}
.query .tweet_list li a {
    color: #0C717A; 
}
.query .tweet_list .tweet_even {
    background-color: #91E5E7; 
}
.query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; 
}
.query .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}

table.tweetItem
{
}
table.tweetItem th
{
    border-top:1px dotted #CCCCCC;
    padding-top:5px;
    padding-right:15px;
}
table.tweetItem td
{
    border-top:1px dotted #CCCCCC;
    padding:5px;
}