/******************************************************

  JSTWITTER WIDGET

*******************************************************/
#jstwitter { padding: 0px; }
#jstwitter .item { border-bottom: 1px solid #e4e4e4; background-color: transparent; padding: 8px 0px 8px 0px; overflow: hidden; }
#jstwitter .item:first-child { border-top: none; padding-top: 0; }
#jstwitter .item:last-child { border-bottom: 0; padding-bottom: 0; }
#jstwitter .item  a { color: #900; text-decoration: none; }
#jstwitter .item a:hover {}
#jstwitter .item img { width:100%; }	
#jstwitter .item .tweet-wrapper { line-height:18px; }
#jstwitter .item .profile-image { width: 48px; display: inline; float: left; margin-right: 6px; }
#jstwitter .item .profile-image img { width: 48px; height: 48px; }
#jstwitter .item .tweet-wrapper .text { display:block; }
#jstwitter .item .tweet-wrapper .text a.twtr-hyperlink {}
#jstwitter .item .tweet-wrapper .time {}
#jstwitter .item .tweet-wrapper .time a {}
#jstwitter .item .tweet-wrapper .user {}