#content div.howhelp .tabcontent .body {
    position: relative;
    top: -30px;
}

#content div.howhelp .tabcontent br:first-child {
    /*display: none;*/
}

#content div.howhelp .responsive-tabs__list__item {
    color: black;
}

.page-template-chinese-page #content div.howhelp .responsive-tabs__list__item {
    color: black;
    font-size: 16pt;
}

#content div.howhelp .responsive-tabs__list__item--active {
    font-weight: bold;
}

#content div.howhelp #tablist1-tab1.responsive-tabs__list__item--active {
    background: #37608f;/*#3cb0fd;*/
    color: white;
}

#content div.howhelp #tablist1-tab2.responsive-tabs__list__item--active {
    background: #8F3434;
    color: white;
}

#content div.howhelp #tablist1-tab3.responsive-tabs__list__item--active {
    background: #f3c314;
    color: black;
}

#content div.howhelp .btn {
    position: relative;
    top: -40px;
    right: -323px;
}

#content div.howhelp .ways {
    color: #cf7a34;
    line-height: 1.5em;
    font-size: 160%;
    margin-bottom: 0;
}

#content div.howhelp .btn_explain {
    color: #cf7a34;
    font-size: 9pt;
    margin-bottom: 0px;
}

#content div.howhelp h4 {
    margin-bottom: 0;
}

#content div.howhelp .btns {
    margin-bottom: 35px;
}

#content div.howhelp div.explain {
    padding-left: 30px;
    padding-right: 30px;
}

#content div.howhelp .explain li {
    margin-left: 20px;
    list-style: square;
}
#content .howhelp form {
    display: inline;    
}

#content .howhelp input {
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px;
    width: 160px;
    margin: 4px;
    cursor: pointer;
}

#content .howhelp input.sap {
    background: #6cb1fa;
    background-image: -webkit-linear-gradient(top, #6cb1fa, #346191);
    background-image: -moz-linear-gradient(top, #6cb1fa, #346191);
    background-image: -ms-linear-gradient(top, #6cb1fa, #346191);
    background-image: -o-linear-gradient(top, #6cb1fa, #346191);
    background-image: linear-gradient(to bottom, #6cb1fa, #346191);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
}

#content .howhelp input.sap:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

#content .howhelp input.sas {
    background: #8F3434;
    background-image: -webkit-linear-gradient(top, #8F3434, #AF3434);
    background-image: -moz-linear-gradient(top, #8F3434, #AF3434);
    background-image: -ms-linear-gradient(top, #8F3434, #AF3434);
    background-image: -o-linear-gradient(top, #8F3434, #AF3434);
    background-image: linear-gradient(to bottom, #8F3434, #AF3434);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
}

#content .howhelp input.sas:hover {
    background: #9e2629;
    background-image: -webkit-linear-gradient(top, #9e2629, #CF3434);
    background-image: -moz-linear-gradient(top, #9e2629, #CF3434);
    background-image: -ms-linear-gradient(top, #9e2629, #CF3434);
    background-image: -o-linear-gradient(top, #9e2629, #CF3434);
    background-image: linear-gradient(to bottom, #9e2629, #CF3434);
}

#content .howhelp input.circle {
    background: #f3c314;
    background-image: -webkit-linear-gradient(top, #f3c314, #f9dd53);
    background-image: -moz-linear-gradient(top, #f3c314, #f9dd53);
    background-image: -ms-linear-gradient(top, #f3c314, #f9dd53);
    background-image: -o-linear-gradient(top, #f3c314, #f9dd53);
    background-image: linear-gradient(to bottom, #f3c314, #f9dd53);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
}

#content .howhelp input.circle:hover {
    background: #f3b914;
    background-image: -webkit-linear-gradient(top, #f3b914, #ffd04b);
    background-image: -moz-linear-gradient(top, #f3b914, #ffd04b);
    background-image: -ms-linear-gradient(top, #f3b914, #ffd04b);
    background-image: -o-linear-gradient(top, #f3b914, #ffd04b);
    background-image: linear-gradient(to bottom, #f3b914, #ffd04b);
}

