body {
    margin: 0;
    padding: 0;
    height: 100%;
    white-space: nowrap;
    background-color: #ffffff;
    font-family: sans-serif;
    overflow-y: scroll;
    overflow-x: auto;
    font-size: 12px;
}

h1 {
  margin: 0;
  background-color: #99CC75;
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: 20px;
}

h2 {
	padding: 2px;
}

h3 {
	padding:2px;
}

table {
  width: 100%;
}

td.label {
  width: 170px;
}

input {
  border: 1px solid black;
}

.input {
  width: 99%;
}

input.post {
  float: right;
}

textarea.code {
  height: 300px;
}

p.links {
  width: 100%;
  text-align: center;
}

p {
  width: 100%;
}

code {
  overflow: auto;
  width: 100%;
}
