/* Transcripts styles */

#transcript-search {
  background: #e6e4df;
  padding: 10px;
  text-align: right;
  border: 1px solid #666;
}
#transcript-search * {
  vertical-align: middle;
}
#transcript-date-field {
  margin-left: 2px;
}
#transcripts {
  margin: -11px 0 0 0;
  padding: 0;
  list-style: none;
}
#transcripts li {
  margin: 0;
  padding: 0;
}
#transcript {
  font: 1em Courier, "Courier New", Mishawka, monospace;
}
#transcript h2 {
  margin-bottom: 0;
}
#transcript h3 {
  font-weight: normal;
  margin: 0 0 0.5em 0;
}
#transcript {
  line-height: 2.2em;
}

#evidence-search-hearing-day-field {
  padding: 3px;
}

#witnesses {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  font:small Verdana,Sans-serif;
}
#witnesses th, #witnesses td {
  border: 1px solid #e6e4df;
  padding: 5px;
  font-weight: normal;
}
#witnesses thead {
  background: #e6e4df;
}
#witnesses thead th, #witnesses thead td {
  border-right: 1px solid #fff;
  font-weight: bold;
}
#witnesses thead td.last {
  border-right: 1px solid #e6e4df;
}
#witnesses a {
  color: #000;
}
#witnesses a:hover {
  background: none;
  color: #000;
}
