h1.header-title {
    color: #168405;
}

h2.header-subtitle {
    color: #168405;
}

#sections h3 {
    font-family: 'open_sanssemibold';
    font-size: 1em;
    text-align: left;
    margin: 0 0 10px 0;
}

#sections ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#sections ul li {
    font-family: 'open_sansregular';
    font-size: 0.9em;
    text-align: left;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

#sections ul li.selected {
    background-color: #FBFFA0;
}

#sections ul li:hover {
    background-color: #CCFFC4;
}

#sections ul li a {
    width: 100%;
    height: 30px;
    text-decoration: none;
    display: block;
}

#questions {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    display: table-cell;
    float: left;
}

#questions h3 {
    font-family: 'open_sanssemibold';
    font-size: 1.2em;
    color: #333333;
    text-align: left;
    margin: 20px;
}

#questions ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}

#questions ul li {
    font-family: 'open_sansregular';
    font-size: 1em;
    text-align: left;
    color: #333333;
    background-color: transparent;
    padding-left: 10px;
    min-height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

#questions ul li a {
    width: 100%;
    height: 35px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #999999;
    display: block;
}

#questions ul li a:hover {
    background-color: #FAFAFA;
}

#answer {
    width: 70%;
    height: 100%;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    display: table-cell;
    float: left;
}

#answer h3 {
    font-family: 'open_sanssemibold';
    font-size: 1.2em;
    color: #333333;
    text-align: left;
    margin: 20px;
}

#answer .content {
    font-family: 'open_sansregular';
    font-size: 0.9em;
    color: #6A6A6A;
    text-align: left;
    padding: 20px;
    padding-top: 0px;
}