@font-face {
    font-family: 'FiraSans';
    src: url('/static/fonts/FiraSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'NotoSansMono';
    src: url('/static/fonts/NotoSansMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'CormorantGaramond-Light';
    src: url('/static/fonts/CormorantGaramond-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'CormorantGaramond-Medium';
    src: url('/static/fonts/CormorantGaramond-Medium.woff2') format('woff2');
}

/* b612-mono-regular - latin */
@font-face {
    font-family: 'B612 Mono';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/static/fonts/b612-mono-v12-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/b612-mono-v12-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* b612-mono-italic - latin */
@font-face {
    font-family: 'B612 Mono';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('/static/fonts/b612-mono-v12-latin-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/b612-mono-v12-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* b612-mono-700 - latin */
@font-face {
    font-family: 'B612 Mono';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/static/fonts/b612-mono-v12-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/b612-mono-v12-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* b612-mono-700italic - latin */
@font-face {
    font-family: 'B612 Mono';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('/static/fonts/b612-mono-v12-latin-700italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/b612-mono-v12-latin-700italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'iAWriterQuattro';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/static/fonts/iAWriterQuattroS-Regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/iAWriterQuattroS-Regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'iAWriterQuattro';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('/static/fonts/iAWriterQuattroS-Italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/iAWriterQuattroS-Italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'iAWriterQuattro';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/static/fonts/iAWriterQuattroS-Bold.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/iAWriterQuattroS-Bold.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'iAWriterQuattro';
    font-style: italic;
    font-weight: 700;
    src: local(''),
        url('/static/fonts/iAWriterQuattroS-BoldItalic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/static/fonts/iAWriterQuattroS-BoldItalic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


h1 {
    font-size: 100%;
}




#login-status {
    color: grey;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

h2 span {
    font-size: 100%;
}

h2 a {
    font-size: 100%;
}

h2 {
    font-weight: normal;
    font-size: 100%;
}

h3 {
    font-size: 100%;
}


#wrap {
    font-family: 'iAWriterQuattro';
}

textarea {
    font-family: 'NotoSansMono';
    font-size: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: none;

}

form:not(.nostyle) {
    border: 1px solid black;
    /*padding: 10px;*/
    /*margin: 0 auto;*/
    /*border-radius: 10px;*/
    /*width: 600;*/
}

#wrap {
    margin: 0 auto;
    padding: 20px;
    width: 800px;
    background-color: white;
}

#content {
    /*margin-left: 25px;
    margin-right: 25px;*/
}

#footer {
    margin-top: 50px;
    bottom: 0;
    text-align-last: right;
    font-size: 8px;
}

#wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

body {
    margin: 0;
    padding: 0;
    background-image: url("/static/background.png");
    background-repeat: repeat;
    font-size: 110%;
}

#header * {
    font-family: 'B612 Mono';
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#header h1 {
    font-size: 100%;
    float: left;
}

#header h1 a {
    color: black;
    text-decoration: none;
}

#header h4 {
    font-weight: normal;
    font-size: 100%;
    float: right;
}

hr {
    clear: both;
    color: #315786
}

#line {
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    background-color: #393d7c
}

/* unvisited link */
a:link {
    color: #155d75;
}

/* visited link */
a:visited {
    color: #155d75;
}

/* mouse over link */
a:hover {
    color: #155d75;
}

/* selected link */
a:active {
    color: #155d75;
}


.pagebutton {
    border: 2px solid black;
    padding: 1px;
    text-decoration: none;
    color: black !important;
}

.pagebutton :link {
    color: black;
}

.pagebutton :visited {
    color: black;
}

.pagebuttons {
    text-align: center;
}

code {
    font-size: 14px !important;
}

h1::after {
    content: "\A---";
    white-space: pre;
}

h2::before {
    content: "# ";
    white-space: pre;
}

h3::before {
    content: "## ";
    white-space: pre;
}