
.tweet {
	width: 250px !important;
}
.twitter_account_link {
	margin-top: -25px !important;
	margin-right: 20px !important;
	float: right !important;
	display: none !important;
	width: 10px !important;
	height: 10px !important;
}

.twitter_account_link img {
  width: 25px !important;
  height: 25px !important;
}

.tweet div, .query {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000 !important;	
}
  .tweet .tweet_list, .query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px !important;
    overflow-y: scroll;
}
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
	  
	  .tweet .tweet_list li, .query .tweet_list ul li, ol li {
	margin-left:0em !important;
	margin-right:.5em !important;
}
    .tweet .tweet_list li, .query .tweet_list li {
	overflow-x: hidden;
	width: 240px !important;
	height: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 0em;
}
      .tweet .tweet_list li a, .query .tweet_list li a {
	color: #000;
	font-size: 12px;
	line-height: 12px;
      }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-bottom-color: #000;
    }
	  .tweet .tweet_list .tweet_odd, .query .tweet_list .tweet_odd {
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
    }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	float: left;
	padding-top: 0.3em;
}
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	margin-right: 5px !important;
	margin-top: 5px;
	height: 55px;
	width: 55px;
}
      .tweet_text {
	font-size: 12px;
	line-height: 12px;
	color: #000000 !important;
      }
	 .tweet_join {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
      }

