body {
  font-family: Verdana;
  font-size: small;
}

p {
  font-size: smaller;
  line-height: 2em;
}

h1 {
  color: #253b22;
}

input {
  border: 1px groove #253b22;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

div#content {
  float: left;
  width: 314px;
}

div#in-progress {
  display: none;
}
div#failed {
  display: none;
}

table {
  font-size: small;
}
table#found {
  width: 100%;
}

tr.even {
  background-color: PowderBlue;
  cbackground-color: #b3b3b3;
}
tr.odd {
  background-color: LemonChiffon;
  cbackground-color: #999999;
}

td.me {
  text-align: right;
}
td.twitter {
  text-align: center;
}
td.other {
  text-align: left;
}

td.me a {
  display: none;
}
td.other a {
  display: none;
}