/*
*** General Styles
 */

table {
    margin-top: 20px;
}

/*
*** Knowledgebase Plugin Styles
 */

.eckb-kb-template h1 {
    margin-bottom: 9px !important;
}

.eckb-kb-template h2 {
    font-size: 1.2rem;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 12px;
}

#eckb-article-content-header-row-3 {
    display: none !important;
}

#eckb-article-content-body ol {
    list-style: decimal;
}

#eckb-article-content-body ol li {
    margin-left: 35px;
}

#eckb-article-content-body a {
    color: #0075bd;
    text-decoration: underline;
}

#eckb-article-content-body td strong {
    font-weight: bold;
}

#eckb-article-content-body td em {
    font-style: italic;
}

#eckb-article-content-body h2 {
    margin-top: 20px;
}