ul#postlist {
   list-style-image: url('publication.svg');
}

img.myhead   {
    display: block;
    float: right;
    width: 5em;
    padding: 1em;
}

div.clear {
    clear: both;
}


header, #header {
    border: 1px solid #008080;
    text-align: center;
}

iframe.youtube {
    display: block;
    margin: 1em auto;
}

figure, div.figure, table {
    text-align: center;
    border: 1px dotted gray;
}

figure img, div.figure img {
    max-width: 100%;
}

img.half {
    width: 100%;
}

html {
/*    background-color: black; */
    background: url(bord.jpg);
    background-size: cover;
    background-attachment: fixed;
}

body {
    margin: 1em auto;
    padding: 1em;
    width: 60em;
    background-color: white;
    border-top:    2px solid #999999;
    border-right:  2px solid #999999;
    border-left:   2px solid #444444;
    border-bottom: 2px solid #444444;
}

li {
    margin-bottom: 1.5ex;
}

div.abstract p::before {
    content: "Abstract ";
    font-weight: bold;
}

div.abstract div.abstract-title {
    display: none;
}


span.date {
    float: right;
    font-size: x-small;
}

a {
    color: #800040;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.older {
    color: grey;
}

div.references::before {
    content: "References";
    font-weight: bold;
}


table {
    margin: 1em auto;
}


pre code {
    display: block;
    width: 80%;
    margin: 1em auto;
    background-color: lightblue;
    border: 1px solid darkblue;
    padding: .5em;
}
