.help_wrap_v2 ul,
.help_wrap_v2 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.help_wrap_v2 {
    font-size: 13px;      
    margin: 0 auto;
}
#fe_main .help_wrap_v2 .side_help_menu {
    background-color: transparent;
    margin-top: 20px;
    text-transform: none;  
}
.help_wrap_v2 ul.nav li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
}
.help_wrap_v2 ul.nav li a:hover {
    background-color: rgba(204, 0, 1, 1);
    color: #fff;
} 
.help_wrap_v2 ul.nav ul li a {
    background-color: rgba(255, 255, 255, 0.2);
}
.help_wrap_v2 ul.nav ul ul li a {
    background-color: rgba(255, 255, 255, 0.3);
}
.help_wrap_v2 ul.nav ul li a:hover, 
.help_wrap_v2 ul.nav ul ul li a:hover,
.help_wrap_v2 .content_help_item.open {
    background-color: rgba(204, 0, 1, 1);
}
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content {
    margin: 0 10px;
    line-height: 20px;
}
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content p:first-child {
    margin-top: 0;
}
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content a {
    background-color: transparent;
    color: #0000ff;
    display: inline;
    height: unset;
    line-height: unset;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content a:hover {
    background-color: transparent;
    background: transparent;
    text-decoration: none;
}
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content ul,
#fe_web_container #fe_main .help_wrap_v2 .help_txt_content ol {
    display: block;
    list-style: disc;
    padding-left: 15px;
}
.help_wrap_v2 ul.nav ul {
    display: none;
} 
.help_wrap_v2 ul.nav ul li > a,
.help_wrap_v2 ul.nav ul ul li > a {
    text-transform: none;
}
.help_wrap_v2 ul.nav span.sign{
    float: right;
    font-size: 18px;
}

/* Download button: align to right */
.help  #fe_main .download_wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
}

/* mobile download button */
@media screen and (max-width: 1024px) {
    .help #fe_main .download_button {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    #fe_body.help #fe_main {
        min-width: 94%;
        max-width: 94%;
        padding-bottom: 30px;
    }
    .help_wrap_v2 ul.nav li > a {
        height: 45px;
        line-height: 45px;
    }
}