body {
    text-align: left;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    border: none;
    border-left: 25px solid #990024;  /* Tyrian purple, according to Wikipedia */
    padding: 0;
    padding-left: 1em;
    padding-top: 1em;
    margin: 0;
}

h1 {
    margin-top: 0;
    padding-top: 0;
}
#container {
    margin-left: 2em;
}

div.persondoc {
 min-width: 500px;
 width: 70%;
 float: left;
}

#related {
 min-width: 324px;
 width: 25%;
 float: right;
 background-color: #DDD;
 padding: 1em;
}

#dbpedia > img {
 max-width: 324px;
 width: 50%;
 float: right;
}

#footer {
 clear: both;
}
div.persondoc > *, #footer *, #related * {
    margin-left: 0;
}


#related h2 {
 text-indent: 0px;
}

div.persondoc h2 {
    text-indent: 0;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

li {
    list-style: circle inside;
}

ul.opened li {
    margin-bottom: 1em;
}

ul {
    padding-left: 1em;
    text-indent: -1em;
}

#datasetinfo ul {
    margin: 0.5em 4em;
}

.persondoc ul {
    margin: 0.5em 2em !important;
}

#datasetinfo p.listnote {
    margin-left: 4em;
    font-style: italic;
}

p, h3, .persondoc h2 {
    margin: 0.5em 0;
}

h3 {
    font-weight: bold;
    font-size: 100%;
}

.navaid:before {
    content: "[ "
}

.navaid:after {
    content: " ]"
}

#footer {
    margin: 2em 0;
    padding: 2em;
    border: 1px solid gray;
    margin: auto;
}

.title {
    font-style: italic;
}

.description {
    font-size: 90%;
}

.atitle:before {
    content: "“"
}

.atitle:after {
    content: "”"
}
