.tweet,
.query {
    background-color: #E7EFB3;
    float: right;
    margin-left: 20px;
    padding: 10px 10px 0 10px;
    width: 235px;
}

.tweet h2,
.query h2 {
    /*background-color: orange;*/
    color: #697322;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    -moz-text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 	0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
}

.tweet h3 a {
    color: #aaa;
    float: right;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
    -moz-text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 	0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
}

.tweet h3 a:hover {
    text-decoration: underline;
}

.tweet_text {
    font-size: 11px;
}

.tweet .tweet_list,
.query .tweet_list {
    /*background-color: #fff;*/ /* Primary background colour */
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

/* What is this? */
.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
    text-transform: uppercase;
}

/****** Twitter Entry ******/
.tweet .tweet_list li,
.query .tweet_list li {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    /*border-bottom: 1px solid #aaa;*/
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #fff;
}

/****** Twitter First Entry ******/
.tweet .tweet_list li.tweet_first,
.query .tweet_list li.tweet_first {
    padding-top: 0;
}

/****** Twitter Entry - Links ******/
.tweet .tweet_list li a,
.query .tweet_list li a {
    font-size: 11px;
    color: #697322;
}

/****** Twitter Entry - Even Entries ******/
.tweet .tweet_list .tweet_even,
.query .tweet_list .tweet_even {
    /*background-color: #E7EFB3;*/
}

.tweet_time {
    color: #aaa;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    text-transform: lowercase;
}

/* Twitter Avatar Holder
.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
    float: left;
    padding-right: 5px;
    padding-bottom: 0;
}/*

/* Twitter Avatar Image
.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
    vertical-align: middle;
}/*
