/**EIMI CSS for INDICO 927553**/



/** Remove buttons on top panel **/
.icon-package-download{
  display: none !important; 
}
.subtle.icon-layout{
  display: none !important; 
}
.subtle.icon-edit{
  display: none !important; 
}
.subtle.icon-calendar{
  display: none !important; 
}
.protection-public{
  display: none !important; 
}

/* Titles for custom pages */
.title-with-actions h2{
  color: #555555 !important;
  text-transform: uppercase;
} 


/** TIMETABLE **/

.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;
  color: #000000 !important;
  font-weight: normal;
}
.timetable-item.timetable-break .timetable-item-body .timetable-item-header {
   background-color: #fff; 
   padding-bottom: 0.5em;
}
.speaker-list {
  font-size: 1.1em;
  color: #000000;
/*  font-weight: bold;*/
}
.speaker-list .label, .chairperson-list .label, .convener-list .label {
/*  font-weight: bold;*/
  font-size: 0.9em;
  color: #444;
}