/**
 * IHES CSS for INDICO 
 */

/** GENERIC **/
/* @CHARSET "UTF-8"; */
br, dl, em, h1, h2, h3, h4, h5, h6, td, blockquote, ol {
 font-size: 100%;
 color: #444;
}

/** MAIN PAGE **/

.confTitle:before {
 /* LOGO next to title */
 content: url(http://public.ihes.fr/ressources/indico/logo.jpg);
 float: left;
 margin: 30px 20px 0 0
}

/** TITLE **/
.conference-title-link {
 line-height: normal !important;
}

/** TIMETABLE **/
div.event-header h1:before {
 content: url(http://public.ihes.fr/ressources/indico/logo.jpg);
 float: left; 
 margin: 0 20px 10px 0;
}
div.event-header div.details {
 clear: both;
}


.event-sub-header {
  display: none !important; /* Remove event description */
}
.event-body {
  background-color:#fff !important; 
}
.day-header {
  margin-top:0;
}
.day-header .day-title {
  display: inline-block;
  font-variant: small-caps;
  font-size: 1.7em;
  color: #00639c;
  padding: .5em;
}
.timetable-item.timetable-break .timetable-item-body .timetable-title {
  text-align: left;
}
.speaker-list {
  font-size: 1.1em;
  color: #00639c;
  font-weight: bold;
}
.speaker-list .label, .chairperson-list .label, .convener-list .label {
  font-weight: bold;
  font-size: 0.9em;
  color: #444;
}