@page {
    margin: 15mm 10mm;
    size: A4;
    @bottom-left {
        content: counter(page) "/" counter(pages);
        font-size: 13px;
    }
}
* {
    color: #000;
}
figure img {
    display: block;
    margin: auto;
    max-width: 90%;
}
table {
    border-color: #ccc;
}
table th {
    background: #f5f5f5;
    border-color: #ccc;
    color: #000;
}
table td {
    border-color: #ddd;
}
a {
    color: inherit;
    font-weight: bold;
}
a[href^="http"]::after {
    font-weight: normal;
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
    content: " [" attr(href) "]";
}
hr {
    display: none;
}
#footnotes::before {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    content: "Copyrights \0000A9  Ran Aroussi [aroussi.com]. All rights reserved.";
    display: block;
    text-align: left;
}
body {
    margin: 5mm 0;
    color: #111;
    font-size: 16px;
}
pre {
    border: 1px solid #eee;
}
code {
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}
html, body, .container {
    background: #fff;
    max-width: 100%;
}
nav {
    font-size: 12px;
    background: none;
    height: auto;
    margin: 0;
    max-width: calc(150px + 10mm) !important;
    width: calc(150px + 10mm) !important;
    min-width: calc(150px + 10mm) !important;
    padding-right: 10mm;
}
nav .content {
    margin: 1rem 0 0 0;
    padding: 0;
    top: 0
}
section.footer,
.newsletter,
nav footer, nav .icons,
nav .content a.home-link:after {
    display: none
}
main {
    /* display: block; */
    padding: 0 10mm 0 0;
}
main .content {
    margin: 1rem auto 0;
    max-width: 100%;
    width: 100%;
}
h1 {
    margin-bottom: 1.5rem;
    font-size: 28px;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    color: #111;
    page-break-after: avoid;
}
figure {
    page-break-before: avoid;
    page-break-inside: avoid;
}
table {
    page-break-inside: avoid;
}
main ul {
    list-style-type: disc;
}
main ul li {
    margin-bottom: 0!important;
}
article p {
    font-size: 15px;
    line-height: 1.5;
}
.print-only {
    display: block;
}
.no-print {
    display: none !important;
}
.print-page-break {
    display: block;
    margin: 15mm 0 0;
    page-break-after: always;
}
pre {
    width: calc(100% + 10mm) !important;
}
