html {
    width: 100%;
}

body {
    width: 100%;
    max-width: 80ch;
    margin: 1em auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12pt;
    color: #828282;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header>h1 {
    font-size: 1em;
    margin: 0;
    display: inline-block;
}

header img {
    height: 32px;
    vertical-align: bottom;
    margin: 0.5em 1em 0.5em 0;
}

body>header {
    color: #000;
    background-color: #cbe4ff;
    padding: 0 1em;
    line-height: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

body>header>h1>a {
    color: #000;
}


body>section,
body>article {
    padding: 1em;
    background-color: #f2f2f2;
    border-bottom: 2px solid #cbe4ff;
}

body>article header h1 {
    font-size: 1.5em;
}

body>article header aside {
    font-size: 0.8em;
}

#linkslist {
    margin: 0;
}

#linkslist dd {
    margin: 0.2em 0 1em 0;
}

body>article footer,
#linkslist dd>footer {
    font-size: 0.8em;
    margin-top: 0.2em;
}

#linkslist a:link {
    color: #000;
}

a.tag {
    line-height: 1.2em;
    padding: 0 0.2em;
    border: 1px solid #828282;
    background-color: #E2E2E2;
    border-radius: 3px;
    color: #828282;
    text-decoration: none;
}

a.tag:hover {
    color: #000;
}


#nextpage {
    color: #828282;
}

.placeholder {
    text-align: center;
}

body>footer {
    margin-top: 2em;
    text-align: center;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #828282;
}

.svg-icon circle {
    stroke: #828282;
    stroke-width: 1;
}

