/* For all pages */

body { font-family : sans-serif }

h2 { background-color : silver ; color : black }
.past { text-decoration : line-through }

ul#reviewers { list-style : none }

.abstract { margin-left : 1em ; margin-right : 1em }

/* For the program */

ul#program { font-weight : bold ; list-style : none }
ul#program ul { font-weight : normal ; list-style : none }
ul#program li { margin-top : 1ex }
  .time { display : table-cell ; padding-right : 1em }
  .authortitle { display : table-cell }
  .affil { }
  .title { }


