.container{
	margin-top:40px;
	width:200px;
	}
	
.tweet {
  font:14px/19px Arial, Helvetica, sans-serif; color:#000; font-weight:normal; display:block;
  text-align: left; 
  }
	 
.tweet .tweet_list  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFF9F5; 
    }
    
.tweet .tweet_list .awesome, .tweet .tweet_list .epic{
	text-transform: uppercase; 
	}
      
.tweet .tweet_list li {
	overflow-y: hidden;
	overflow-x: hidden;
	width: 188px;
	
	}     
	
.tweet .tweet_list li a{
	font-weight:bold;
	text-decoration:none;
	color:#4D371E;
	} 
.tweet_first tweet_odd{
	
	width:188px;
	}
.tweet .tweet_list .tweet_even{
    background-color: #FFF9F2; 
    width:188px;
    }

.tweet .tweet_list .tweet_avatar{
	width:48px;
	height:48px;
	padding-right: .5em;
	float: left;
	}

.tweet .tweet_list .tweet_avatar img{
	vertical-align: middle; }
#bot{
	text-align:center;
	margin-top:10px;
	color:#000;
	width:188px;}
	
#bot a {
	color:#4D371E; 
	}
	
#logo_twitter{
	margin-left:136px;
	margin-top:-51px;
	width:50px;
	height: 50px;
	border-bottom: 1px dotted black;  
	}

#titulo{
	color:#4D371E;
	width:135px;
	border-bottom: 1px dotted black;
	margin-top:10px;
	}