/*JUITTER PLUGIN CSS
-------------------------------------------*/
#juitterContainer{
margin: 0px;
padding:0;

} /*Juitter container*/
#juitterContainer .twittList{
margin:0;
padding:0;

} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{
list-style:none;
background:#EEFDEA;
margin:0;
padding:5px 0 0 0;
border-bottom:dashed 1px #000000;
padding:3px;
clear:both;
/*background-color:#FF0000;*/
}
#juitterContainer .twittList SPAN.time{
color:#777;
font-size:0.9em;
/*background-color:#FF0000;*/
}
#juitterContainer .twittList A{
color:#1C86D4;

} /*Links inside the tweets list */

/* Šç‰æ‘œ  */
#juitterContainer .juitterAvatar{
float:left;
border:solid 1px #D3EECA;
background:#FFF;
margin-right:5px;
padding:2px;
width:48px;
height:48px;
}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/* clearfix */
#juitterContainer .twittLI:after{clear: both;height: 0;visibility: hidden;display: block;content: ".";}
#juitterContainer .twittLI{display: inline-block;}
* html #juitterContainer .twittLI{height: 1%;}
#juitterContainer .twittLI{display: block;}
/* */
/*end of Juitter CSS*/
