/* Start of CMSMS style sheet 'Twitter' */
div#TwitterDiv {
}

.TweetsSummary {
    padding: 0 0.5em 0.2em; /* padding for the news article summary H P D L*/
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    /* border-bottom: 1px solid #ccc; */
}

#twitter_update_list {
   color: black;
   font-size: 90%;
   list-style-type: none;
}

#twitter_update_list li {
  background: url(uploads/images/_system/tweet2.jpg) no-repeat top left;
  margin-left: 2px;
  padding-left: 18px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 6px;
}

#twitter_follow_link {
   margin-top: 2px;
   text-align: right;
   display: block;
   font-size: 80%;
   font-weight: bold;
}
/* End of 'Twitter' */

