* {
    box-sizing: border-box;
}

@font-face {
    font-family: "sevseg";
    src: url("./7segment.ttf");
}


body {
    /*font-size: 13px; - for printing*/
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    background-color: #fefefe;
    color: #222;
    border: 1px dashed #333;
}
.container {
    position:relative;
    height: 100%;
}
a {
    text-decoration: underline dotted #333;
    color: #333;
}
hr {
    margin: 15px 0px;
    border: 1px dashed #333;
}


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;
}
/* Table header */
h3 {
    font-size: 0.9em;
    font-style:italic;
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

p {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}
ul {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}
li span {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
    /*margin-left: -20px;*/
}

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

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

table {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    width: 100%;
}
table, td, th {
    border: 1px solid #333;
    padding: 5px;
}


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

.col2 {
    width: 50%;
    float: left;
}

section {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px;
    margin-bottom: 0px;
}

.headcol1 {
    width: 100%;
}

.col2 h1 {
    margin-bottom: 20px;
}

/* Image gallery */
.col1 {
    width: 100%;
}

.gallery {
    align-items: center;
    margin-bottom: 10px;
}

.gallery .one img {
    margin: 5px;
    width: calc(100% - 12px);
}

.gallery img {
    margin: 5px;
    width: calc(50% - 15px);
}

.gallery .three img {
    margin: 5px;
    width: calc(33% - 12px);
}

@media only screen and (max-width: 1000px) {
    body { margin: 10px;  }
}

@media only screen and (max-width: 600px) {
    .col2, .col1 {
        width: 100%;
        float: none;
    }
    .gallery img {
        width: calc(100% - 10px);
    }

}

span.sevseg {
    font-family: "sevseg";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em;
    color: #222;
    display: inline;
    vertical-align: middle;
    padding-bottom: 4px;
}

body>hr {
    margin: 15px 15px;
}