.doc .admonitionblock .icon {
    border-radius: 1rem;
}

i.fa[class^='icon-'],
i.fa[class*=' icon-']::before {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.25rem;
    margin-left: -0.5rem;
}

i.fa.icon-note::before {
    background: no-repeat url("../img/note.svg");
}

i.fa.icon-tip::before {
    background: no-repeat url("../img/tip.svg");
}

i.fa.icon-important::before {
    background: no-repeat url("../img/important.svg");
}

i.fa.icon-warning::before {
    background: no-repeat url("../img/warning.svg");
}

i.fa.icon-caution::before {
    background: no-repeat url("../img/caution.svg");
}

.navbar {
    background-color: #db1200;
}

td.hdlist1 {
    font-weight: 500;
    vertical-align: top;
}

td.hdlist2 {
    vertical-align: top;
}

div.title {
    font-style: italic;
    font-weight: 500;
    color: #5d5d5d;
}

.green {
    color: limegreen !important;
}

.red {
    color: red !important;
}

.footnote {
    font-size: 0.85em;
}

h2 {
    background-color: whitesmoke;
    border-bottom: none !important;
}

h3 {
    border-bottom: 1px solid #e1e1e1;
}

h4 {
    font-size: 1.1em;
    font-weight: 500 !important;
}

ul.none {
    list-style: none;
}