#jstwitter {
    width: 300px;
	margin-right: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #c30103; /*was#333333*/
    padding: 0px 14px 5px 6px;
	background: rgba(255,251,204,0);
	/*border-radius: 4px 4px 4px 4px;*/
}
 
#jstwitter .tweet {
    margin: 10px auto 10px auto;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #ccc;
}
 
#jstwitter .tweet a {
    text-decoration: none;
    color: #000000;
}
 
#jstwitter .tweet a:hover {
    text-decoration: underline;
	color: #858761;
}
 
#jstwitter .tweet .time {
    font-size: 10px;
    font-style: italic;
    color: #000000;
}
