/*
 * twitter tool
 */

div#twitter-search-results {
  float: left;
  height: 400px;
  width: 500px;
  padding: .2em;
  margin: .5em 0px 1em 0px;
  border: 1px solid black;
  background: #eee;
  overflow: auto;
}

td.twitter-search-result {
  text-align: left; 
  vertical-align: middle;
}

tr.results-row-selected {
  background-color: #9f9;
}

tr.results-row-unselected {
  background-color: #eee;
}

a.paging {
  text-decoration: none;
  font-size: .8em;
  color: #000;
}

span.paging {
  font-size: .8em;
  color: #666;
}

