.footer p {
	font-size: 80%;
	font-style: italic;
	line-height: 0;
}
.footer p.center {
	text-align: center;
}
.footer p.right {
	text-align: right;
}

.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");
}

h3.discrete, h4.discrete {
    font-weight: 450;
    /* margin-right: 50%; */
    /* border: solid #e1e1e1; */
    /* border-width: 0 0 1px 0; */
    /* font-variant-caps: small-caps; */
    text-decoration: underline dotted ;
}

.discrete::before {
    /* content: "" ; */
}

.discrete::after {
    /* content: " ↓" ; */
}

#preamble .abstract blockquote {
    /* border-left-style: none;  */
}

#preamble .abstract {
    border-left-style: none; 
    padding-left: 0em ;
}