.pub-abstract, .pub-video {
    padding: 15px;
    display: none;
    margin: 10px 10px 10px -26px;
    background-color: #f4f0eb;
    color: black;

    -moz-box-shadow: 2px 2px 6px #877466;
    -webkit-box-shadow: 2px 2px 6px #877466;
    box-shadow: 2px 2px 6px #877466;
}

.pub-links {
    margin: -15px -15px 7px -15px;
    padding: 7px 15px 7px 15px;
    background-color: #CFCBC6;
        
}

.pub-entity {
   display:none;
}

dl {
    margin: 0px;
}

dt {
    padding-top: 18px;
}

dt:first-child {
    padding-top: 0px
}

.pub-title {
    cursor: pointer;
    font: bold;
    font-size: 120%;
}

dd {
    margin-left: 0px;
    padding-left: 36px;
}


ul {
    list-style-type: square;
    margin-top: 2px;
}

ul.highlightfirst li:first-child {
    font-weight: bold;
}