  /*  Site-specific styles */
#course-postergallery {
    text-align: center;
    color:green;
}

/* these tables appear in the people/faculty/XXX files */

table.publicationsWithImages {
    width: auto;  /* over-rules width:100% in institutional style-sheet which compromises the allocation of width to td:first-child below */
}
table.publicationsWithImages th {
    text-align:center;
    border-bottom: solid #CCCCCC 1px;
}
table.publicationsWithImages td {
    border-right: solid #CCCCCC 1px;
    border-bottom: solid #CCCCCC 1px;
}
table.publicationsWithImages td:first-child {
    border-left: solid #CCCCCC 1px;
    width:160px; /* all images we've seen so far in this class of table are 154px wide */
    text-align:right;
}

