.jta-tweet-list { 
	padding: 0;
}
.jta-tweet-list-item {
	font-size:1.2em;
	line-height:1.3em;
    background: #FFF;
    border-top: 1px solid #E4E4E4;
    list-style: none;
    padding: 7px 10px;
	overflow: hidden;
}
.jta-tweet-list-item:first-child {
    border-top: 1px solid #DDD;
}
.jta-tweet-profile-image {
	width: 48px;
	display: inline;
	float: left;
}
.jta-tweet-profile-image img {
	width: 48px;
	height: 48px;
}
.jta-tweet-body-list-profile-image-present {
	margin-left: 58px;
}
.jta-tweet-a {
    color: #900;
    text-decoration: none;
}
.jta-tweet-a:hover {
    color: #900;
    text-decoration: underline;
}
.twitter-anywhere-user {
    color: #900;
    text-decoration: none;
}
.twitter-anywhere-user:hover {
    color: #900;
    text-decoration: underline;
}
.jta-tweet-attributes {
	display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}
#johnTweets .jta-tweet-timestamp-link {
    color: #999;
	text-decoration: none;
	font-weight:normal;
}
.jta-tweet-timestamp-link:hover {
    color: #999;
	text-decoration: underline;
}
.jta-tweet-source-link a {
    color: #999;
	text-decoration: none;
}
.jta-tweet-source-link a:hover {
    color: #999;
	text-decoration: underline;
}
.jta-login-info-profile-image {
	width: 48px;
	display: inline;
	float: left;
}
.jta-login-info-profile-image img {
	width: 48px;
	height: 48px;
}
.jta-login-info-block {
	margin-left: 58px;
}
.jta-login-info-sign-out {
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
    border: 1px solid #999;
}
.jta-login-info-sign-out:hover {
	color: black;
	background-color: #999;
	cursor: pointer;
}
.jta-error {
    color: #f00;
}
.jta-clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}