#content {
    height: auto !important;
    height: 100%;

    min-height: 15em;

    font-size: 1.5em;

    padding: 0.5em;
    padding-top: 1em;
    padding-bottom: 0;
}

#content > * {
    line-height: 1.2em;
}

#content a {
    color: #4D4D4D;
}

#content abbr {
    border-bottom: 0.01em dotted #AAD400;
}

#content a:hover {
    background: #AAD400;
}

#content a.img:hover {
    background: none;
}

#content h1 {
    font-size: 1.8em;

    margin-bottom: 0.3em;
}

#content h2 {
    border-bottom: 0.01em solid #AAD400;

    font-family: serif;

    font-size: 1.6em;

    margin-bottom: 0.3em;

    padding-bottom: 0.3em;
}

#content h3 {
    font-size: 1.5em;

    margin-bottom: 0.3em;
}

#content h4 {
    font-size: 1.3em;

    margin-bottom: 0.3em;
}

#content h5 {
    font-size: 1.2em;

    margin-bottom: 0.3em;
}

#content input {
    border: 0.01em solid #AAD400;

    color: #4D4D4D;

    padding-left: 0.25em;
    padding-right: 0.25em;

    margin: 0.25em;
}

#content input.button {
    background: #AAD400;

    font-weight: bold;
}

#content p {
    text-align: justify;

    margin-bottom: 1em;
}

#content select {
    border: 0.01em solid #AAD400;

    color: #4D4D4D;

    padding-left: 0.25em;

    margin: 0.25em;
}

#content table {
    margin-bottom: 1em;
}

#content table tr th {
    background: #EEEEEE;

    border: 0.01em solid #FFFFFF;

    padding: 0.25em;
}

#content table tr td {
    border: 0.01em solid #FFFFFF;

    padding: 0.25em;
}

#content textarea {
    border: 0.01em solid #AAD400;

    color: #4D4D4D;

    margin: 0.25em;

    padding-left: 0.25em;
    padding-right: 0.25em;
}

#content ul {
    margin-bottom: 1em;

    margin-left: 1em;
}

#content ul li {
    list-style: circle;
}
