/* CSS Document */

.heading {
  font-size: 75%;
  font-weight: bold; 
  background-color: #339966;
  color: white;
}

tr.odd {background-color: #cccccc; font-size:70%}
tr.even {background-color: #eeeeee; font-size:70%}

.session {
  margin-left: 50px;
  background-color: #EEEEEE;
}

.sessiontime {
  padding-left: 30px;
}

.sessiontitle {
  padding-left: 30px;
}

.sessionsubtitle {
  padding-left: 30px;
  color: #222222;
}

.sessiondetails {
  padding-left: 30px;
  color: #222222;
}

.papertitle {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.authors {
  font-size: small;
}

.chair {
  margin-left: 50px;
  font-size: small;
}

.presenter { 
  text-decoration: underline;  
}

.room {
  margin-left: 50px;
  color: purple;
}

