

/** Main Page */
.twitters {
  padding-top:4px;
  padding-left: 0px;
  margin-left: 0px;
  font-family: "Lucida Grande", Helvetica, Arial, Helvetica, sans-serif;
  color: #c5c5c5;
  font-size: 12px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #a5a5a5;
  font-size:10px;
}

.twitters span.status {
  font-style: italic;
}

.twitters a {
 text-decoration: underline;
 color: #c5c5c5;
 }
 
 /** Lightbox */
.twitterslb {
padding:0;
  margin-left: 0px;
  font-family: "Trebuchet MS", sans-serif;
  color: #000000;
  font-size: 11px;

}

.twitterslb ul {
  list-style: none;
  padding-left:10px;
  white-space: normal;

}

.twitterslb span.prefix {
  font-weight: bold;
}

.twitterslb span.time {
  font-style: italic;
  color: #000000;
  font-size:10px;
}

.twitterslb span.status {
  font-style: italic;
}

.twitterslb a {
 text-decoration: underline;
 color: #000000;
 }