@import url("vendor/et-book/et-book.css");

body {
    background-color: #ECEEEE;
    color: #333;

    font-family: et-book, Palatino, 'Palatino Linotype',
                 'Book Antiqua', Georgia, 'Noto Serif', serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
}

.content-column {
    font-size: 120%;
    line-height: 1.1;
    text-rendering: optimizeLegibility;

}

.blog #content {
    margin-top: 0.5em;

    line-height: 1.2;
}

table, th, td {
    border: 2px solid #ccc;
    border-collapse: collapse;
}

th, td {
    padding: 0.2em;
    text-align: left;
}

code.block, pre.block {
    margin-left: 2em;
}

.centre {
    text-align: center;
}

.block-centre, svg.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

svg {
    margin: 10px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

img.rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.plain-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.river-head {
    margin-top: 0.2em;
}

.admin-menu {
    background-color: #CB1;
    font-size: 1.2em;
    font-family: sans-serif;

}
