@charset "utf-8";

#tweet {
	margin-top: 1.5ex;
	
}

#tweet .twitterStatus {
    color: black;
}

#tweet .twitterTime {
   font-size: 80%;
   font-style: italic;
   color: #B5B5B5;
}

#tweet .twitterSource {
   font-size: 80%;
   font-style: italic;
}

#tweet .twitterPage {
   font-size: 80%;
   font-style: italic;
   text-align: right;
   margin: 0;
   padding: 0;
   height: 16px;
   visibility:hidden;
}

#tweet li {
   list-style-type: none;
   list-style-position: outside;
   text-indent: 0;
   margin: 0 0 0.7ex 0;
   padding: 0.7ex 0 0 0;
   border-bottom: 1px solid #C0CEE3;
}

#tweet ul {
   margin: 0 0 2ex 0;
}

#tweet .more {
   padding: 2px;
}

#tweet img {
   border: 1px solid #C0CEE3;
}

