body {
    background-color: #ffffff;
    font-family: "Palatino Linotype","Book Antiqua","Palatino","URW Palladio L","FreeSerif",serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0 5em 0 5em;
    line-height: 1.4em;
}

a { 
    text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

a.unstyled {
    color: inherit;
    text-decoration: inherit;
}

.note {
    margin: 1em 0 1em 0;
    border: 2px solid red;
    padding: 0 10px 10px 10px;
    width: 500px;
}

.note h3, .note h2, .note h1 {
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    border: 0px;
    margin: 0 -10px 10px -10px;
}

.note p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

hr {
    border: none;
    background-color: #336699;
    height: 2px;
    width: auto;
}


.talk-listing .talk-description {
    /* display: block; */
    padding: 0.5em 1.5em 0.5em 1.5em;
}

.talk-materials, .talk-description-show {
    font-size: 0.8em;
}

/* notice box based on the wiki page */
.noticebox {
    margin-top: 1.5em;
    margin-bottom: 1em;
    margin-right: auto; 
    margin-left: auto; 
    width: 60%;
    font-style: italic;
    border: 2px dashed lightblue;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

ul.affil-logos {
    text-align: center;
}

ul.affil-logos li { 
    margin-left: 0px !important;
    display: inline-block;
}

ul.affil-logos img { 
    margin: 0 0 0.5em 0;
}

#footer  { 
    text-align: center;;
}
