div#content div#help_body {
    font-family: "Noto Sans",sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-align: justify;
    max-width: 1100px;
}

div#content h1
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 5px;
}
div#content h2
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    margin-bottom:10px;
}

div#content .code {
    font-family: "Noto Sans",sans-serif;
    font-size: 11px;
    line-height: 18px;
}
div#content textarea {
    border: none;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    overflow: hidden;
}
