/* CSS for Juliusz Chroboczek */

body {
    font-family: "DejaVu Sans", "BitStream Vera Sans", arial, helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.6;
    color: black;
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold; font-style: normal;
    line-height: 1.2;
}

tt, code, .displaycode, .code {
    font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, monospace;
}

.displaycode {
    white-space: pre-wrap;
}

a:link img, a:visited img { border-style: none; }

a {
    text-decoration: none;
    font-weight: bold;
}

a:link {
    color: #2b5e82;
}

a:visited {
    color: #52188b;
}

a:hover {
    color: red;
}

.displaycode, .code, .bib, .displaysomething {
    color: black;
    background: #F7F7F7;
}

.displaycode, .bib, .displaysomething {
    width: 85%;
    display: block; 
    margin: 1em 2em;
}

.displaynote, .quotation {
    font-style: italic;
    font-size: 90%;
    width: 70%;
    display: block;
    margin: 1em 4em 1em 1em;
}

@media only screen and (max-width: 600px) {
    .displaycode, .bib, .displaysomething {
        width: 90%;
        margin: 1em 1em;
    }

    .displaynote, .quotation {
        width: 90%;
        margin: 1em 2em 1em 1em;
    }
}

.quotation {
    color: #333;
}

.displaymath {
    display: block;
    margin: 1em 1em;
}

.emph {
    font-style: italic;
}

.floatright {
    float: right;
    margin: 0 1.5em 0 1em;
}

.floatright img {
    max-width: 30vw;
    height: auto;
}

.signature {
    border-top: solid;
    margin-top: 2em;
    padding-top: 0em;
    border-width: thin;
    clear: both;
}

ul.plain {
    list-style-type: none;
}

.center {
    text-align: center;
}

.patents {
    display: none;
}

