table.grid {
width: 100%;
}

table.grid th,
table.grid td {
border-bottom: 1px solid #ddd;
padding: 5px 10px;
}

table.grid th {
background: #eee;
font-weight: bold;
}

#main ol,
#main ul {
padding-left: 20px;
}

#main ol {
list-style: decimal;
}

#main ul {
list-style: square;
}

pre,
code {
font-size: 11px;
}

pre {
background: #eee;
padding: 10px;
overflow: auto;
}

#main {
min-height: 500px;
}

#aside {
min-height: 400px;
}

h1 {
margin: 0 0 20px;
}

td,
th {
vertical-align: top;
}

small {
color: #999;
font-size: 10px;
font-weight: normal;
}

hr {
border: 0 #ccc solid;
border-top-width: 1px;
clear: both;
height: 0;
margin: 0 0 20px;
}

#form_2 {
display: none;
}

table.form {
margin: 0;
width: 100%;
}

table.form th,
table.form td {
padding: 0 0 20px;
}

table.form th {
padding-right: 20px;
text-align: right;
white-space: nowrap;
width: 1%;
}

table.form textarea,
table.form input[type=text] {
width: 400px;
max-width: 400px;
min-width: 400px;
}