body {
  background-color: #000000;
  background-image: url("/images/themes/kh/bg.gif");
  color: #C0C0C0;
  margin: 0;
  max-width: 1000px;
  margin: 10px auto;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a:link {
  color: #D80C0C;
}

a:visited {
  color: #900000;
}

a:active {
  color: #FCFCFC;
}

body,
table,
input,
textarea,
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body > table {
  table-layout: fixed;
}

body > div {
  padding: 6px;
  border-top: 1px solid #000000;
  text-align: center;
}

form {
  display: inline;
}

p,
ul {
  margin: 4px 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

ul li + li::before {
    content: "- - - - - - - - - - - - -";
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #600000;
}

img {
  max-width: 100%;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

div table {
  width: 100%;
  margin: 4px 0;
  border-collapse: collapse;
}

div th,
div td {
  padding: 4px;
  border: 1px solid #999999;
  text-align: left;
  vertical-align: top;
}

div th {
  background: #dddddd;
}

div tbody:first-child td:first-child {
  width: 150px;
}

td > a:first-child > img {
  float: right;
  margin: 0 0 4px 8px;
}
