#content ul ul {
    /*list-style-type: disc;*/
}

#content .year {
    float: left;
}

#content li {
    /*border: 1px solid red;*/
    padding-bottom: 10px;
}

#content li li {
    /*border: 1px solid blue;*/
    margin-left: 45px;
    padding-bottom: 5px;
}

#content li li h4 {
    font-weight: bold;
    padding-top: 10px;
}

#content li li:first-of-type h4 {
    padding-top: 0;
}

#content h3 {
    padding-bottom: 20px;
}

#press-for-artist {
    padding-top: 50px;
}

.normal {
    font-weight: normal;
}

.nonprint {
    font-weight: normal;
    font-style: italic;
}