h2.sectioning {
	      padding: 6px;
	      width: 100%;
      	      border-bottom: 1px solid #059;
	      margin-bottom: 15px;
      	      }

div.seminar {
	    padding: 6px 10px;
	    border: 1px solid #555;
/*	    border-bottom: 1px solid #555; */
	    margin-bottom: 7px;
	    }

div.seminar div.title
	    {
/*	    border: 1px solid #0f0; */
	    font-size: larger;
	    font-weight: bold;
	    padding: 5px 0 2px 0;
	    font-style: normal;
	    }
div.seminar div.author
	    {
/*	    border: 1px solid #0f0; */
	    font-weight: bold;
	    font-variant: small-caps;
	    padding: 3px 0 1px 0;
	    font-style: normal;
	    }
div.seminar div.university
	    {
/*	    border: 1px solid #0f0; */
	    padding: 1px 0 3px;
	    font-style: italic;
	    }
div.seminar div.date
	    {
/*	    border: 1px solid #0f0; */
	    font-style: italic;
	    padding: 3px 0 3px 0;
	    }
div.seminar div.abstract
	    {
/*	    border: 1px solid #0f0; */
	    padding: 3px 0 5px 0;
	    }

table.semtable {
            margin: 0;
            width: auto;
            }

table.semtable tbody tr {
            color: black;
            background: #ddd;
            margin-bottom: 10px;
            vertical-align: top;
            }

table.semtable td {
            padding: 4px;
             }

table.semtable td.date { width: 15%; }
table.semtable td.speaker { width: 30%; }
table.semtable td.title { width: 55%; }


table.semtable tr.enlighted {
          background: #fd3;
             }
