/* Special CSS for the log of changes which is displayed in the New Additions page */
/* Font families and sizes copied from ArchivesSpace CSS templates, to match style */

#logtable {
    border-collapse: collapse;
}

#logtable thead > tr {
    background-color: #DDDDDD;
}

#logtable th {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    text-align: left;
    padding:0.33em;
}

#logtable tr {
    border-top: 1px #DDDDDD solid;
}

#logtable td {
    padding: 0.33em;
    vertical-align: top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#logtable td:first-child:not(:only-child) {
    font-weight: bold;
    padding-right: 1em;
}

#logtable td>ul {
    margin-top:0px;
    margin-bottom:0px;
}

#logtable td>ul>li {
    list-style-type:circle;
}