body {
    color: black;
    background-color: white;
    padding: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    color: black;
    background-color: white;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}

h2 {
    display: block;
    text-align: center;
    font-size: 188%;
    padding: 0;
}

h1.cfp {
    margin-top: 1ex;
    font-size: 132%;
}

h1.title {
    color: blue;
    background-color: white;
    font-weight: bold;
    margin:   1ex 10% 2ex 10%;
    padding:   0.1ex .5em 1ex 0.1em;
    border-bottom: 1px solid blue;
    border-right: 4px solid blue;
}

h1.PSB {
    font-size: 132%;
    font-style: italic;
}

h1.date {
    font-size: 132%;
    font-style: italic;
}

h1.location {
    font-size: 132%;
    font-style: italic;
}

h1.url {
    margin-top: 1ex;
    font-size: 100%;
}

h3 {
    font-size: 132%;
    margin:   3ex 40% 2ex 0;
    padding:   1ex 1em 1ex 1ex;
    border-top: 1px solid blue;
    border-left: 4px solid blue;
}

h2.start {
    font-size: 110%;
    margin:   3ex 2ex 0 0;
    padding:   1ex 1em 1ex 1ex;
    border-bottom: 1px solid blue;
    border-right: 4px solid blue;
}

h2.end {
    font-size: 110%;
    margin:   3ex 2ex 0 0;
    padding:   1ex 1em 1ex 1ex;
    border-bottom: 1px solid blue;
    border-right: 4px solid blue;
}

h2.break {
    font-size: 110%;
    margin:   0.5em 0.5em 0.5em 40%;
    padding:   1ex 1em 1ex 1ex;
    border-bottom: 1px solid blue;
    border-right: 4px solid blue;
}
div#content h2.break {
  clear: both;

    font-size: 110%;
    margin:   0.5em 0.5em 0.5em 40%;
    padding:   1ex 1em 1ex 1ex;
    border-bottom: 1px solid blue;
    border-right: 4px solid blue;
}

h3, h4, h5, h6 {
/*    border-bottom: none; */
    font-style: italic;
}
h4 {
    margin-top: 2ex;
    font-size: 110%; }

ul li {
    color: black;
/*    margin-bottom: .5em; */
/*    padding-bottom: 0.6em; */
}

address {
    display: block;
    font-size: xx-small;
    text-align: right;
    margin-top: 1em;
    margin-right: 0em;
    margin-bottom: 1ex;
}

div.day {
    margin: 0em 1em 0em 0em;
    text-align: justify;
    padding: 1ex 1ex 1ex 1ex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: white;
    background-color: #ff8080;
}

div.session {
    margin: .5ex 1em 0em 1em;
    text-align: justify;
    padding: 1ex 1ex 1ex 1ex;
    border-top: 2px solid blue;
    background-color: #b0b0ff;
}

div.chairman {
    color: olive;
}

div.invited {
    margin: 0.5em 0em 0em 1em;
    text-align: justify;
    padding: 1ex 1ex 1ex 1ex;
    background-color: #f0f0f0;
}

div.panel {
    margin: 0.5em 0em 0em 1em;
    text-align: justify;
    padding: 1ex 1ex 1ex 1ex;
    background-color: #f0f0f0;
}

div.section_title {
    margin: 0.5em 0em 0em 1em;
    text-align: justify;
    padding: 1ex 1ex 1ex 1ex;
    border-top: 2px solid green;
    background-color: #08ff08;
}

div.paper {
    margin: 0.5em 0em 0em 4em;
    text-align: justify;
}

div.authors {
    color: green;
}

div.title {
    color: blue;
}

a {
    text-decoration: none;
    color: #0044ff;
    background-color: transparent;
}

a:hover {
    background-color: gray;
    color: white;
}

h2 a {
    background-color: white;
    color: blue;
}

h2 a:hover {
    font-style: italic;
    background-color: white;
    color: blue;
}

dt.chair a {
    font-variant: small-caps;
}

div.toc {
    font-size: small;
    text-align: center;
    margin-top:   2ex;
    margin-bottom: 2ex;
}

p {
    margin: 0.4em 0em 0.5em 0em;
    text-align: justify;
}

em.affiliation {
}

em.topic:hover {
    color: blue;
    background-color: white;
}

dt.chair {
    
}

img {
    margin: 0;
    border: 0;
}

address a:hover {
    background-color: white;
    color: gray;
}
