/*
    Feel free to repurpose the design of this website (i.e. effectively this
    stylesheet) as you see fit; CC0 Universal Public Domain Dedication applies.

     - Joost
*/

body {
    background:url('../img/bg25.png') center center fixed, #f5f5f5;
    text-align:justify;
    overflow-y: scroll;
}

#title {
    white-space: nowrap;
}

.obfus {
    display:none;
}

#content {
    padding: 20px 30px 30px;
    margin: 60px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

@media (max-width: 767px) {
    #content {
        margin:15px auto;
    }
}

ul.icons-ul {
	margin-left:0px;
}

.abstract {
    text-align: justify;
}

.paperheader {
    text-align: center;
}

.monospace, .bibtex {
    font-family: Monaco, Menlo, Consolas, "Courier New;", monospace;
    font-size: x-small;
}

#portrait {
    float: left;
    margin-top: 18px;
    margin-right: 12px;
    width: 175px;
    box-shadow: 2px 2px #888888;
}

.clear {
    clear: both;
}

h4 {
    position: relative;
}

a {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #999;
    color: inherit;
}

a.toplink {
    text-decoration: none;
    position:absolute;
    top: 0px;
    right: 0px;
    color: #BBB;
}

a:hover, a:focus {
    text-decoration-style: solid;
    text-decoration-color: #666;
    color: inherit;
}


a i.fa { /* since :has(i) is not yet implemented.. */
    color: #337ab7;
}

a:hover i.fa, a:focus i.fa {
    color: #23527c;
}

@font-face {
    font-family: 'cmbsy10';
    src: url('/fonts/jsMath-cmbsy10.ttf');
}

.mathcal {
    font-family: 'cmbsy10';
}