table.proceedings {
	border-spacing: 0;
	}

table.proceedings th {
	text-align: right;
	padding: 0 20px 0 10px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	}
	
table.proceedings td div {
	white-space: nowrap;
	display: inline;
	padding-right: 10px;
	}
	
table.proceedings tr.conferences td {
	padding: 5px 0 5px 0;
	border-top: 1px dotted silver;
	}
table.proceedings tr.conferences th {
	border-top: 1px dotted silver;
	padding: 5px 20px 5px 10px;
	}

table.proceedings tr.serie th {
	border-top: 1px dotted silver;
	padding: 5px 20px 5px 10px;
	text-align: left;
	}
table.proceedings tr.events th,
table.proceedings tr.events td {
	padding-bottom: 15px;
	}
table.proceedings tr.events th {
	text-align: left;
	vertical-align: top;
	}
table.proceedings tr.events:hover td,
table.proceedings tr.events:hover th {
	background: #b6d3ff;
	}
div.ISSN {
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
}

table.proceedings tr.conferences:hover td,
table.proceedings tr.conferences:hover th {
	background: #b6d3ff;
	}
	
table.proceedings tr.title th {
	padding: 5 10 2 10;
	background: #579cc9;
	color: white;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}
