/*SEA OF CLOUDS TWITTER FEED*/
.tweet {
	width:300px;
	height:115px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	line-height: 18px;
	text-align:left;
	color: #fff;
}

.tweet .tweet_list li {
	overflow: auto;
}
	  
.tweet .tweet_list li a {
        color:#e61f65;
		text-decoration:none;
}

.tweet .tweet_list li a:hover {
        color: #e61f65;
		text-decoration:underline;
}
/**/

