html, body {
  border: 0;
  background: #b6b6b6;
  background: #C0C0C0;
  font-size: 16px;
}

body {
  padding: 1em;
}

#flash {
  border: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  color: #600;
  background: #fff;
  padding: .5em;
}

p, table {
  margin-top: 1em;
}

h1, h2, h3 {
  font-family: arial, helvetica, sans-serif;
}

h2 {
  margin-bottom: .5em;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1em;
  letter-spacing: 0;
}

h2 span {
  border-bottom: 1px dashed #333;
}

/* fix */
h2 span.small {
  border-bottom: 0;
}

.small {
  font-size: .8em;
}

table.data-table, table.data-table td {
  border: 1px solid #000;
  border-collapse: collapse;
}

table.data-table {
  background: #ffffff;
  font-size: .9em;
} 

table.data-table td, table.data-table th {
  padding: .25em;
}

table.data-table th {
  background: #000;
  color: #fff;
  text-align: left;
}

.read {
  color: #444;
  size: .9em;
}

.even td {
  background: #B0C4DE;
}

.actions a, label, .smallcaps {
  text-transform: lowercase;
  font-variant: small-caps;
}

a:visited, a:link {
  color: #0000CD;
}

a:hover {
  color: #008000;
}

textarea {
  width: 25em;
  height: 10em;
}