.body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.topic-input {
    width: 50%;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-color: #2164b2;
    margin-bottom: 4.5px;
    margin-top: 4.5px;
}

.save_Topic_button {
    /*margin-top: 4.5px; */
}

.add_Sub_Topic_button, .cancel {
    margin-top: 0.5px !important;
    padding-top: 7px !important;
}

.tocify-header > .tocify-item > a {
    font-weight: 600 !important;
    margin-top: 15px;
    font-size: 16.5px !important;
}

.content {
    padding-left: 36px;
    /* white-space:nowrap;*/
}

.content h1 {
    padding-left: 0px !important;
    margin-top: 0px !important;
    font-size: 36px !important;
    color: #2e67b2;
}

#project_heading_input {
    margin-top: 9px
}

#display-error {
    color: red;
    font-weight: bold;
    font-size: 18px;
    /*text-align: center;*/
}

#error-apiReference-url {
    color: red;
    font-weight: bold;
}

.content h3 {
    color: #025e8c;
    /* padding-top: 20px; */
    /* font-size: 21px !important; */
    border-bottom: inset #F6F6F4 !important;
}

.content h4 {
    color: #025e8c;
    /*padding-top: 20px;*/
    /*font-size: 18px !important;*/
    /*border-bottom:inset #F6F6F4 !important; */
}

.content h5 {
    color: #023854;
    /*padding-top: 20px;*/
    /*font-size: 18px !important;*/
    /*border-bottom:inset #F6F6F4 !important; */
}

.content h2 {
    text-decoration: none;
    margin-top: 9px !important;
    padding-top: 18px !important;
    padding-bottom: 2px !important;
    color: #000;
    /*text-decoration: underline;*/
    /*font-size: 27px !important;*/
    font-weight: normal !important;
    border-top: none !important;
}

hr {
    background: transparent;
    /* color: #F6F6F4 !important; */
    /* clear: both !important; */
    float: none !important;
    width: 100% !important;
    height: inherit;
    margin: 0;
    border: none !important;
    /* font-weight: inherit; */
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /* line-height: 1.5 !important; */
}

h2 + hr {
    height: .36em !important;
}

#download-zip {
    float: right;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    display: inline-block;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px;
}

h1 {
    font-size: 2.6em !important;
    line-height: 1 !important;
    margin-bottom: 0.5em !important;
}

h2 {
    font-size: 2.1em !important;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    font-weight: bold !important;
}

h3 {
    font-size: 1.8em !important;
    line-height: 1.7em !important;
}

h4 {
    font-size: 1.5em !important;
    line-height: 1.25 !important;
    margin-bottom: 1.25em !important;
}

h5 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 1.5em !important;
}

h6 {
    font-size: 1.2em !important;
    font-weight: bold !important;
}

#doc-menu {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 300px !important;
    overflow-y: scroll !important;
    background: #F6F6F4 !important;
    border-right: 1px solid #eeeeec !important;
    color: #696969 !important;
}

.content code {
    font-family: monospace, monospace !important;
    font-size: 1em !important;
    background: none !important;
}

.tabs {
    border: none !important;
    font-size: 15px;
}

.tabbed-codes {
    border-radius: 4px;
    background: #f5f2f0;
    width: 81%;
}

.line-numbers {
    border: none;
    border-radius: 4px !important;
    margin: 0px !important;
}

#projectDocFormSubmit {
    margin-left: 16%;
    width: 153px;
}

li.tocify-item.active {
    background-color: #dee6ed;
}

.logo-wrapper, #search_holder {
    width: inherit !important;
}