.confList {
  border-top: 1px solid #ccc;
  padding: 3px;
}
.confListAlt {
  
  /*background-color: #dddddd;*/
}
.focusHead {
  /*color: #913300;*/
  color: #004276;
  font-family: arial, verdana;
  font-weight: bold;
  padding: 3px;
}
.clink {
  /*color: #004276;*/
  /*color: #913300;*/
  color: #004276;
  font-size: small;
  font-family: arial, verdana;
  text-decoration:none;
}
.clink:hover {
  text-decoration:underline;
}

.hilit {
  background-color:#f0f4f5;
  font-size: small;
  font-family: arial, verdana;
  border: 1px solid #ccc;
  padding-top: 3px;
}
.tweet {
    border-top: 1px solid #ccc;
    padding: 3px;
    overflow: hidden;
}
.tweet_time {
    color: #444444;
    font-size: smaller;
}
.tweet_text {
    font-size: smaller;
}

