/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, html, body {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    font-size: 14px
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: bold
}

.content code, .content pre {
    font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
    font-size: 12px;
    line-height: 1.5
}

.content code {
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@font-face {
    font-family: 'slate';
    src: url(../fonts/slate.eot?-syv14m);
    src: url(../fonts/slate.eot?#iefix-syv14m) format("embedded-opentype"), url(../fonts/slate.woff?-syv14m) format("woff"), url(../fonts/slate.ttf?-syv14m) format("truetype"), url(../fonts/slate.svg?-syv14m#slate) format("svg");
    font-weight: normal;
    font-style: normal
}

.content aside.warning:before, .content aside.success:before, .tocify-wrapper > .search:before, .content aside.notice:before {
    font-family: 'slate';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.content aside.warning:before {
    content: "\e600"
}

.content aside.success:before {
    content: "\e606"
}

.tocify-wrapper > .search:before {
    content: "\e607"
}

.content aside.notice:before {
    content: "\e900"
}

html, body {
    color: #5b657c;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eaf2f6;
    height: 100%;
    -webkit-text-size-adjust: none
}

#toc > ul > li > a > span {
    float: right;
    background-color: #ffffff;
    border-radius: 40px;
    width: 20px
}

.tocify-wrapper {
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    background-color: #32363c;
    font-size: 18px;
    font-weight: normal
}

.tocify-wrapper .lang-selector {
    display: none
}

.tocify-wrapper .lang-selector a {
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.logo > img {
    display: block;
    max-width: 100%
}

.tocify-wrapper > .search {
    position: relative;
    border-top: 1px dashed #666;
    margin-top: 30px;
    font-size: 14px
}

.tocify-wrapper > .search input {
    background: #32363c;
    border-width: 0 0 1px 0;
    border-color: #666;
    padding: 6px 0 6px 20px;
    box-sizing: border-box;
    margin: 10px 15px;
    width: 220px;
    outline: none;
    color: #fff;
    border-radius: 0
}

.tocify-wrapper > .search:before {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #fff
}

.tocify-wrapper img + .tocify, .tocify-wrapper .lang-selector + .tocify {
    margin-top: 20px
}

.tocify-wrapper .search-results {
    margin-top: 0;
    box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition-property: height, margin;
    transition-duration: 180ms;
    transition-timing-function: ease-in-out;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to bottom, #000, transparent 1.5px), linear-gradient(to top, #939393, rgba(147, 147, 147, 0) 1.5px), #2A2E33
}

.tocify-wrapper .search-results.visible {
    height: 30%;
    margin-bottom: 1em
}

.tocify-wrapper .search-results li {
    margin: 1em 15px;
    line-height: 1;
    color: #fff
}

.tocify-wrapper .search-results a {
    color: #fff;
    text-decoration: none
}

.tocify-wrapper .search-results a:hover {
    text-decoration: underline
}

.tocify-wrapper .tocify-item > a, .tocify-wrapper .toc-footer li {
    padding: 0 15px 0 15px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tocify-wrapper .toc-list-h3 {
    display: none;
    background-color: #2A2E33
}

.tocify-wrapper .toc-h3 {
    padding-left: 40px;
    font-size: 12px
}

.tocify-wrapper .toc-list-h4 {
    display: none;
    background-color: #2A2E33
}

.tocify-wrapper .toc-h4 {
    padding-left: 55px;
    font-size: 12px
}

.tocify-wrapper .tocify-item[data-unique="live-serp"], .tocify-wrapper .tocify-item[data-unique="live-extra-serp"], .tocify-wrapper .tocify-item[data-unique="get-serp-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-serp-html-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-extra-serp-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-google-reviews-results-by-task_id"] {
    margin-bottom: 12.99px
}

.tocify-wrapper .tocify-item[data-unique="google-shopping"], .tocify-wrapper .tocify-item[data-unique="amazon"] {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #666;
    font-weight: bold
}

.tocify-wrapper .tocify-item[data-unique="get-google-shopping-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-google-shopping-html-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-google-shopping-shops-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-amazon-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="get-amazon-html-results-by-task_id"] {
    margin-bottom: 12.99px
}

.tocify-wrapper .tocify-item[data-unique="search-volume-for-keyword"], .tocify-wrapper .tocify-item[data-unique="bulk-keyword-search-volume"], .tocify-wrapper .tocify-item[data-unique="keywords-for-domain"], .tocify-wrapper .tocify-item[data-unique="keywords-for-keywords"], .tocify-wrapper .tocify-item[data-unique="ads-traffic-for-keywords"], .tocify-wrapper .tocify-item[data-unique="ads-traffic-by-platforms"], .tocify-wrapper .tocify-item[data-unique="keywords-for-category"] {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #666;
    font-weight: bold
}

.tocify-wrapper .tocify-item[data-unique="live-data"], .tocify-wrapper .tocify-item[data-unique="set-task"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="live-data7"], .tocify-wrapper .tocify-item[data-unique="set-task8"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks9"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id10"], .tocify-wrapper .tocify-item[data-unique="live-data13"], .tocify-wrapper .tocify-item[data-unique="set-task14"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks15"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id16"], .tocify-wrapper .tocify-item[data-unique="live-data18"], .tocify-wrapper .tocify-item[data-unique="set-task19"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks20"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id21"], .tocify-wrapper .tocify-item[data-unique="live-data23"], .tocify-wrapper .tocify-item[data-unique="set-task24"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks25"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id26"], .tocify-wrapper .tocify-item[data-unique="live-data28"], .tocify-wrapper .tocify-item[data-unique="set-task29"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks30"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id31"], .tocify-wrapper .tocify-item[data-unique="live-data33"], .tocify-wrapper .tocify-item[data-unique="set-task34"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks35"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id36"] {
    margin-left: 15px
}

.tocify-wrapper .tocify-item[data-unique="live-data"], .tocify-wrapper .tocify-item[data-unique="live-data7"], .tocify-wrapper .tocify-item[data-unique="live-data12"], .tocify-wrapper .tocify-item[data-unique="live-data17"], .tocify-wrapper .tocify-item[data-unique="live-data22"], .tocify-wrapper .tocify-item[data-unique="live-data27"], .tocify-wrapper .tocify-item[data-unique="live-data32"] {
    margin-bottom: 12.99px
}

.tocify-wrapper .tocify-item[data-unique="google"] a, .tocify-wrapper .tocify-item[data-unique="clickstream"] a {
    margin-left: 10px;
    font-size: 16px
}

.tocify-wrapper .tocify-item[data-unique="related-keywords"], .tocify-wrapper .tocify-item[data-unique="similar-keywords"], .tocify-wrapper .tocify-item[data-unique="ranked-keywords"], .tocify-wrapper .tocify-item[data-unique="keywords-for-terms"], .tocify-wrapper .tocify-item[data-unique="serp-keywords-competitors"], .tocify-wrapper .tocify-item[data-unique="suggested-keywords"], .tocify-wrapper .tocify-item[data-unique="relevant-pages"], .tocify-wrapper .tocify-item[data-unique="subdomains"], .tocify-wrapper .tocify-item[data-unique="competitors-domain"], .tocify-wrapper .tocify-item[data-unique="ranked-categories"], .tocify-wrapper .tocify-item[data-unique="keywords-for-categories"], .tocify-wrapper .tocify-item[data-unique="ranked-domains-by-category"] {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #666;
    font-weight: bold
}

.tocify-wrapper .tocify-item[data-unique="get-related-keywords"], .tocify-wrapper .tocify-item[data-unique="get-similar-keywords"], .tocify-wrapper .tocify-item[data-unique="get-ranked-keywords"], .tocify-wrapper .tocify-item[data-unique="get-keywords-for-terms"], .tocify-wrapper .tocify-item[data-unique="get-serp-keywords-competitors"], .tocify-wrapper .tocify-item[data-unique="get-relevant-pages"], .tocify-wrapper .tocify-item[data-unique="get-subdomains"], .tocify-wrapper .tocify-item[data-unique="get-competitors-domain"], .tocify-wrapper .tocify-item[data-unique="get-ranked-categories"], .tocify-wrapper .tocify-item[data-unique="get-keywords-for-categories"], .tocify-wrapper .tocify-item[data-unique="get-ranked-domains-by-category"] {
    margin-left: 15px
}

.tocify-wrapper ul, .tocify-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px
}

.tocify-wrapper li {
    color: #fff;
    transition-property: background;
    transition-timing-function: linear;
    transition-duration: 230ms
}

.tocify-wrapper .tocify-focus {
    box-shadow: 0px 1px 0px #136079;
    background-color: #1e9ac3;
    color: #fff
}

.tocify-wrapper .tocify-subheader {
    display: none;
    background-color: #2A2E33;
    font-weight: normal;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 8px), linear-gradient(to bottom, #000, transparent 1.5px), linear-gradient(to top, #939393, rgba(147, 147, 147, 0) 1.5px), #2A2E33
}

.tocify-wrapper .tocify-subheader .tocify-item > a {
    padding-left: 25px;
    font-size: 14px
}

.tocify-wrapper .tocify-subheader > li:last-child {
    box-shadow: none
}

.tocify-wrapper .toc-footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dashed #666
}

.tocify-wrapper .toc-footer li, .tocify-wrapper .toc-footer a {
    color: #fff;
    text-decoration: none
}

.tocify-wrapper .toc-footer a:hover {
    text-decoration: underline
}

.tocify-wrapper .toc-footer li {
    font-size: 0.8em;
    line-height: 1.7;
    text-decoration: none
}

.tocify-wrapper .tocify-item-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8
}

.tocify-wrapper .tocify-item-menu ul, .tocify-wrapper .tocify-item-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px !important
}

.tocify-wrapper .tocify-item-menu[data-unique="common-api-header-menu"] {
    margin-bottom: 20px;
    border-bottom: 1px solid #666
}

#nav-button {
    padding: 0 1.5em 5em 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.7;
    line-height: 16px;
    transition: left 0.3s ease-in-out
}

#nav-button span {
    display: block;
    padding: 6px 6px 6px;
    background-color: rgba(234, 242, 246, 0.7);
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, 0);
    border-radius: 0 0 0 5px
}

#nav-button img {
    height: 16px;
    vertical-align: bottom
}

#nav-button:hover {
    opacity: 1
}

#nav-button.open {
    left: 250px
}

.page-wrapper {
    margin-left: 250px;
    position: relative;
    z-index: 10;
    background-color: #eaf2f6;
    min-height: 100%;
    padding-bottom: 1px
}

.page-wrapper .dark-box {
    width: 40%;
    background-color: #32363c;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.page-wrapper .lang-selector {
    position: fixed;
    z-index: 50;
    border-bottom: 5px solid #32363c
}

.lang-selector {
    background-color: #222;
    width: 100%;
    font-weight: normal
}

.lang-selector a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    outline: 0
}

.lang-selector a:active, .lang-selector a:focus {
    background-color: #111;
    color: #fff
}

.lang-selector a.active {
    background-color: #32363c;
    color: #fff
}

.lang-selector:after {
    content: '';
    clear: both;
    display: block
}

.content {
    position: relative;
    z-index: 30
}

.content:after {
    content: '';
    display: block;
    clear: both
}

.content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
    margin-right: 40%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    text-shadow: 0px 1px 0px #fff
}

.content > ul, .content > ol {
    padding-left: 43px
}

.content > h1, .content > h2, .content > h3, .content > h4, .content > div {
    clear: both
}

.content h1 {
    font-size: 30px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 21px;
    margin-top: 2em;
    border-top: 1px solid #ddd;
    background-image: linear-gradient(to bottom, #fff, #f9f9f9)
}

.content h1:first-child, .content div:first-child + h1 {
    border-top-width: 0;
    margin-top: 0
}

.content h2 {
    font-size: 20px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0))
}

.content h3 {
    font-size: 16px;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0))
}

.content h4 {
    font-size: 13px;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0))
}

.content h1 + h2, .content h1 + div + h2 {
    margin-top: -21px;
    border-top: none
}

.content h5, .content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em
}

.content h5, .content h6 {
    font-size: 10px
}

.content hr {
    margin: 2em 0;
    border-top: 2px solid #32363c;
    border-bottom: 2px solid #eaf2f6
}

.content table {
    margin-bottom: 1em;
    overflow: auto
}

.content table th, .content table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.6
}

.content table th {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom
}

.content table td {
    padding: 10px
}

.content table tr:last-child {
    border-bottom: 1px solid #ccc
}

.content table tr:nth-child(odd) > td {
    background-color: #f9fbfc
}

.content table tr:nth-child(even) > td {
    background-color: #f3f7fa
}

.content dt {
    font-weight: bold
}

.content dd {
    margin-left: 15px
}

.content p, .content li, .content dt, .content dd {
    line-height: 1.6;
    margin-top: 0
}

.content img {
    max-width: 100%
}

.content code {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 3px
}

.content pre > code {
    background-color: transparent;
    padding: 0
}

.content aside {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #8fbcd4;
    line-height: 1.6;
    text-shadow: none;
    color: #FFF;
    padding-left: 2em;
}

.content aside.warning {
    background-color: #c97a7e
}

.content aside.success {
    background-color: #b2dd4c
}

.content aside:before {
    vertical-align: middle;
    padding-right: 0.5em;
    font-size: 14px
}

.content .search-highlight {
    padding: 2px;
    margin: -2px;
    border-radius: 4px;
    border: 1px solid #F7E633;
    text-shadow: 1px 1px 0 #666;
    background: linear-gradient(to top left, #F7E633 0%, #F1D32F 100%)
}

.content pre, .content blockquote {
    background-color: #2A2E33;
    color: #fff;
    padding: 2em 28px;
    margin: 0;
    width: 40%;
    float: right;
    clear: right;
    box-sizing: border-box;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
}

.content pre > p, .content blockquote > p {
    margin: 0
}

.content pre a, .content blockquote a {
    color: #fff;
    text-decoration: none;
    border-bottom: dashed 1px #ccc
}

.content blockquote > p {
    background-color: #1c1c1c;
    border-radius: 0px;
    padding: 14px;
    color: #ccc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #404040
}

@media (max-width: 930px) {

    .tocify-wrapper {
        left: -250px
    }

    .tocify-wrapper.open {
        left: 0
    }

    .page-wrapper {
        margin-left: 0
    }

    #nav-button {
        display: block
    }

    .tocify-wrapper .tocify-item > a {
        padding-top: 0.3em;
        padding-bottom: 0.3em
    }
}

@media (max-width: 680px) {
    .dark-box {
        display: none
    }

    .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > p, .content > table, .content > ul, .content > ol, .content > aside, .content > dl {
        margin-right: 0
    }

    .tocify-wrapper .lang-selector {
        display: none;
    }

    .page-wrapper .lang-selector {
        display: none
    }

    .content pre, .content blockquote {
        width: auto;
        float: none;
	display: none !important;
    }

    .content blockquote {
	display: none;
    }

    .content > pre + h1, .content > blockquote + h1, .content > pre + h2, .content > blockquote + h2, .content > pre + h3, .content > blockquote + h3, .content > pre + h4, .content > blockquote + h4, .content > pre + h5, .content > blockquote + h5, .content > pre + h6, .content > blockquote + h6, .content > pre + p, .content > blockquote + p, .content > pre + table, .content > blockquote + table, .content > pre + ul, .content > blockquote + ul, .content > pre + ol, .content > blockquote + ol, .content > pre + aside, .content > blockquote + aside, .content > pre + dl, .content > blockquote + dl {
        margin-top: 28px
    }
}

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
    color: #909090
}

.highlight, .highlight .w {
    background-color: #2A2E33
}

table aside {
    padding-left: 20px;
    padding-right: 20px
}

.long-string {
    font-style: italic
}

.wpb_wrapper > h1, .wpb_wrapper > h2, .wpb_wrapper > h3, .wpb_wrapper > h4, .wpb_wrapper > h5, .wpb_wrapper > h6, .wpb_wrapper > p, .wpb_wrapper > table, .wpb_wrapper > .table-wrap, .wpb_wrapper > ul, .wpb_wrapper > ol, .wpb_wrapper > aside, .wpb_wrapper > dl {
    margin-right: 40%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    text-shadow: 0px 1px 0px #fff;
}
.table-wrap {
   overflow: auto;
}


/*.table-wrap table td{white-space: nowrap}*/
.inner-wrapper .table-wrap table {
    width: 100%;
}
.content aside {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background: #8fbcd4;
    line-height: 1.6;
    text-shadow: none;
    color: #FFF;
}


.tocify-wrapper .tocify-item[data-unique="related-keywords"], .tocify-wrapper .tocify-item[data-unique="similar-keywords"], .tocify-wrapper .tocify-item[data-unique="ranked-keywords"], .tocify-wrapper .tocify-item[data-unique="keywords-for-terms"], .tocify-wrapper .tocify-item[data-unique="serp-competitors"], .tocify-wrapper .tocify-item[data-unique="suggested-keywords"], .tocify-wrapper .tocify-item[data-unique="relevant-pages"], .tocify-wrapper .tocify-item[data-unique="subdomains"], .tocify-wrapper .tocify-item[data-unique="competitors-domain"], .tocify-wrapper .tocify-item[data-unique="categories-for-domain"], .tocify-wrapper .tocify-item[data-unique="keywords-for-categories"], .tocify-wrapper .tocify-item[data-unique="ranked-domains-by-category"], .tocify-wrapper .tocify-item[data-unique="domain-intersection"] {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.tocify-wrapper .tocify-item[data-unique="live-data"], .tocify-wrapper .tocify-item[data-unique="set-task"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id"], .tocify-wrapper .tocify-item[data-unique="live-data7"], .tocify-wrapper .tocify-item[data-unique="set-task8"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks9"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id10"], .tocify-wrapper .tocify-item[data-unique="live-data13"], .tocify-wrapper .tocify-item[data-unique="set-task14"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks15"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id16"], .tocify-wrapper .tocify-item[data-unique="live-data18"], .tocify-wrapper .tocify-item[data-unique="set-task19"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks20"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id21"], .tocify-wrapper .tocify-item[data-unique="live-data23"], .tocify-wrapper .tocify-item[data-unique="set-task24"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks25"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id26"], .tocify-wrapper .tocify-item[data-unique="live-data28"], .tocify-wrapper .tocify-item[data-unique="set-task29"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks30"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id31"], .tocify-wrapper .tocify-item[data-unique="live-data33"], .tocify-wrapper .tocify-item[data-unique="set-task34"], .tocify-wrapper .tocify-item[data-unique="get-completed-tasks35"], .tocify-wrapper .tocify-item[data-unique="get-results-by-task_id36"] {
    margin-left: 15px;
}
.tocify-wrapper .tocify-item[data-unique="get-related-keywords"], .tocify-wrapper .tocify-item[data-unique="get-similar-keywords"], .tocify-wrapper .tocify-item[data-unique="get-ranked-keywords"], .tocify-wrapper .tocify-item[data-unique="get-keywords-for-terms"], .tocify-wrapper .tocify-item[data-unique="get-serp-competitors"], .tocify-wrapper .tocify-item[data-unique="get-relevant-pages"], .tocify-wrapper .tocify-item[data-unique="get-subdomains"], .tocify-wrapper .tocify-item[data-unique="get-competitors-domain"], .tocify-wrapper .tocify-item[data-unique="get-categories-for-domain"], .tocify-wrapper .tocify-item[data-unique="get-keywords-for-categories"], .tocify-wrapper .tocify-item[data-unique="get-ranked-domains-by-category"], .tocify-wrapper .tocify-item[data-unique="get-domain-intersection"] {
    margin-left: 15px;
}

@media (max-width: 680px) {
    .wpb_wrapper > h1, .wpb_wrapper > h2, .wpb_wrapper > h3, .wpb_wrapper > h4, .wpb_wrapper > h5, .wpb_wrapper > h6, .wpb_wrapper > p, .wpb_wrapper > table, .wpb_wrapper > .table-wrap, .wpb_wrapper > ul, .wpb_wrapper > ol, .wpb_wrapper > aside, .wpb_wrapper > dl {
        margin-right: 0;
    }

}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_row.wpb_row.vc_row-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.inner-wrapper .table-wrap table tr th,
.inner-wrapper .table-wrap table tr td:nth-of-type(1) {
    white-space: nowrap;
}

.ai-chat{
	color: #b2dd4c!important;
    font-weight: 600;
}