body {
    background: #ffffff;
/*    background: #ffffb0; */
    font: 12pt Helvetica;
    min-width: 550px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    font-weight: bold;
    color: #4747b2;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

a:hover {
    border-bottom: 2px dotted #4747b2;
}

h2 {
    font: 16pt Helvetica;
    color: #5574a7;
    letter-spacing: -1px;
    font-weight: bold;
}

h2.first {
    margin: 0px 0px 15px 0px;
}

ol {
    padding-left: 30px;
}

ul {
    padding-left: 30px;
}

#menubar {
    width: 300px;
    float: left;
    /* position: fixed; */
    text-align: center;
    padding: 0px 0px 50px 0px;
    z-index: -1;
}

#menubar h1 {
    color: #5574a7;
    font-size: 20pt;
}

#menubar .info {
    font: 14pt Helvetica;
    color: #222;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

#menubar .info a {
    background: none;
    border: none;
    color: #666;
    font-size: 14pt;
    font-style: italic;
}

#menubar .info a:hover {
    border-bottom: 2px dotted #222;
}

#menubar .contact {
    font: 12pt Helvetica;
    color: #222;
    font-weight: bold;
    /* margin: 0px 0px 10px 0px; */
}

#menubar .contact a {
    font-size: 10pt;
    background: #222;
    color: #eee;
    border: 2px solid #222;
    border-radius: 5px;
    /* -moz-border-radius: 5px; */
}

#menubar .contact a:hover {
    background: #eee;
    color: #222;
    border: 2px solid #222;
}

#menubar .address {
    font: 12pt Helvetica;
    color: #222;
    font-weight: normal;
    font-style: italic;
    margin: 50px 0px 10px 0px;
}

.content {
    #border: 2px solid #5574a7;
    margin: 18px 10px 0px 330px;
    padding: 20px;
    max-width: 1200px;
}

.content-nomenu {
    border: 2px solid #5574a7;
    margin: 18px 10px 0px 10px;
    padding: 20px;
}

.content p, .content-nomenu p {
    margin: 20px 0px 0px 0px;
    display: block;
}

.content img, .content-nomenu img {
    display: block;
    border: 5px solid #222;
    margin-left: auto;
    margin-right: auto;
}

.pub {
    font-size: 12pt;
    padding: 10px 0px;
}

.pub .note {
    color: #ee0000;
    font-size: 10pt;
    font-weight: bold;
}

.pub .note a {
    color: #ee0000;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

.pub .note a:hover {
    border-bottom: 2px dotted #ee0000;
}

.pub .title {
    font-weight: bold;
}

.pub .authors {
    font-size: 10pt;
}

.pub .venue {
    color: #444;
    font-size: 10pt;
}

.pub .misc {
    color: #777;
    font-size: 10pt;
}

.pub .files {
    font-size: 10pt;
    line-height: 26px;
}

.pub .files span.down {
    font-weight: bold;
}

.pub .files span.down a {
    background: #f00;
    color: #eee;
    border: 2px solid #f00;
    border-radius:5px;
    /* -moz-border-radius:5px; */
}

.pub .files span.down a:hover {
    background: #eee;
    color: #222;
    border: 2px solid #222;
}

.pub .files span.down-disabled {
    font-weight: bold;
    background: #eee;
    color: #222;
    border: 2px solid #222;
    border-radius:5px;
    /* -moz-border-radius:5px; */
}

.photo-box1 {
    height: 300px;
    width: 200px;
    /*height: 30%;*/
    /*width: 30%; */
}

code {
    /* background: #aac9fc; */
    background: #222;
    color: #eee;
    font: 10pt monospace;
    white-space: pre-wrap;
    margin: 10px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    line-height: 20px;
}

footer {
    background-color: #eee;
    border-top: 2px solid #5574a7;;
    border-bottom: 5px solid #222;
    padding: 10px 0px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 8pt;
    position: absolute;
    bottom: 0;
    width: 100%;
}

scanlines::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.25) 30%);
    z-index: 2;
    background-size: 100% 2px;
    pointer-events: none;
}

/* body::after { */
/*     content: ""; */
/*     position: fixed; */
/*     top: 0; */
/*     left: 0; */
/*     width: 100vw; */
/*     height: 100vh; */
/*     z-index: 9999; */
/*     background: repeating-linear-gradient(0deg,rgba(21,10,0,0.30), rgba(21,10,0,0.30) 1px,transparent 2px,transparent 4px); */
/*     pointer-events: none; */
/* } */

.testimonial {
    padding: 0px 0px 30px 20px;
}

.testimonial span.quote {
    font-style: italic;
    font-weight: bold;
}

.testimonial span.label {
    margin-left: 20px;
}


