@charset "utf-8";
/* CSS Document */

		#jstwitter {
			width: 200px;
			font-family: georgia;
			font-size: 15px;
			color:  #333333;     
			padding: 5px;
		}
		
		#jstwitter .tweet {
			margin: 0 auto 5px auto;				/* 0 auto 5px auto; */
			padding: 0 0 0 0;						/* 0 0 15px 0;  */
			border-bottom: 1px dotted #ccc;
			font-size: 12px;
		}
		
		#jstwitter .tweet a {
			text-decoration: none;
			color: #D71D00;							/* red #D71D00  aqua #13c9d0 */
		}

		#jstwitter .tweet a:hover {
			text-decoration: underline;
		}
		
		#jstwitter .tweet .time {
			font-size: 10px;
			font-style: italic;
			color: #666666;
		}

/* additional stuff */

		#jstwitter h3 {
			border-bottom:1px dashed #000000; 
			margin-bottom:0px; 
			padding-top:5px;
		}

		#jstwitter h4 {
			margin-top:5px; 
		}

		#jstwitter div {
			margin-bottom:5px;
		}

		#jstwitter img {
      float:left;
			margin-right:5px;
		}
