* {
    box-sizing: border-box;
}

body {
    width: 1000px;
    min-width: 500px;
    width: 210mm;
    height: 297mm;
    margin: auto;
}
.page {
    width: 210mm;
    height: 297mm;
    padding: 20px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fefefe;
    color: #222;
    text-transform: lowercase;
    /*margin: 20px;*/
    border: 1px dashed #333;
    font-size: 0.8rem;
}
.container {
    position:relative;
    height: 100%;
}
.vertcenter {
    position: absolute;
    top: 30%;
    /*left: 50%;*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translate(-50%);*/
}
hr {
    margin: 50px;
    border: 1px dashed #333;
}

.imgpage {
    height: auto;
}

.imgpage-dark {
    height: auto;
    background-color: #282d2e;
}

.page img {
    max-width: calc(100% - 40px);
    height: auto;
    margin: 20px;
}

.col2 {
    width: 45%;
    margin: 0;
    margin-left: 20px;
    float: left;
    padding-left: 60px;
    padding-right: 20px;
}
.bottom { margin-top: 240mm; }
.bottom2 { margin-top: 180mm; }
.over {
	padding: 60px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    font-size: 1.2em;
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
}
h2 {
    font-size: 1em;
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
}

p {
    /*text-align: justify;
    max-width: 300px;*/

    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

p span {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
    /*margin-left: -20px;*/
}
.bibl span {
	color: #aaa
}


.courier-prime-regular {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

.courier-prime-bold {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
}

.courier-prime-regular-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
}

.courier-prime-bold-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
}
