hr {
    width: 95%;
    height: 1px;
    color: #EACEA2;
    border: 0;
    background-color: #EACEA2;
}

a.questionlink {
    text-decoration : none;
    /* color: #383838; */
}
a.questionlink:hover {
    text-decoration: underline;
}

input.button {
    background: #F6E9D3;
}
.sectiontitle {
    font-weight: bold;
}

.errorlist {
    color: red;
    font-size: 80%;
    margin-bottom: -5px;
}

.right {
    float: left;
    padding-top: 3px;
    margin-left: 22px;
}

.searchform {
    padding-top: 2px;
    float: right;
    margin-right: 30px;
}

.hrefs {
    height: 3em;
}

.sublist {
/*    margin-left: 30px; */
}

.hidden {
    visibility: hidden;
}

.sections {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 30px;
}

.sectiontd {
    width: 50%;
    vertical-align: top;
}

.questionlist {
}

.question {
    font-style: italic;
}

.asker {
    text-align: right;
    font-style: italic;
}

.father {
    font-weight: bold;
}

.answer {
    margin-bottom: 20px;
}

.answerlink {
    text-align: right;
    font-style: italic;
}

.subsects {
    float: left;
    width: 200px;
    border: 1px solid green;
    margin-right: 4px;
}