form .event_date select, form .published_date select {
  width: 9em; }
  form .event_date select.day, form .published_date select.day {
    width: 5em; }
  form .event_date select.month, form .published_date select.month {
    width: 9em; }
  form .event_date select.year, form .published_date select.year {
    width: 6em; }
form #source_title, form #account_title, form #account_tag_list, form #account_www {
  width: 40em; }
form #account_comments {
  height: 10em; }

ul.sources, ul.accounts, ul.attachments {
  list-style: none; }
  ul.sources li, ul.accounts li, ul.attachments li {
    border-top: 1px solid silver;
    margin: 0 0 1em 0;
    padding-top: 1em; }
  ul.sources li:first-child, ul.accounts li:first-child, ul.attachments li:first-child {
    border-top: none;
    padding-top: 0; }

.source .header, .account .header {
  color: #777; }
  .source .header .author, .account .header .author {
    font-weight: bold; }
  .source .header .event_types, .account .header .event_types {
    display: block; }
.source .body, .account .body {
  margin-top: 1em;
  text-align: justify; }
