table.festisoft-schedule-by-block {
  border-collapse:collapse;
  border:solid 4px #cacaca;
}
table.festisoft-schedule-by-block th {
  background:#424242;
  color:#fff;
}
table.festisoft-schedule-by-block td,
table.festisoft-schedule-by-block th {
  padding:6px;
  border:solid 4px #cacaca;
  font-size:11px;
}
table.festisoft-schedule-by-block th.blocks {
  background:#CAC1AE;
  color:#424242;
  vertical-align:top;
}

table.festisoft-schedule-by-block td {
  vertical-align:top;
}
table.festisoft-schedule-by-block td p {
}
table.festisoft-schedule-by-block td p.name {
  font-size:11px;
  font-weight:bold;
  padding:0 0 0 0 !important; 
  margin:0 0 0 0 !important;  
}
table.festisoft-schedule-by-block td p.affiliation {
  font-size:9px;
  font-weight:normal;
  line-height:11px;
  border-bottom:dotted 1px rgb(230,230,230);  
  padding:0 0 4px 0 !important;
  margin-bottom:2px;
}
table.festisoft-schedule-by-block span.bio {
  background:#efefef;
  padding:8px;
  border:solid 2px #424242;
  width:350px;
}
.festisoft-view-bio {
  cursor: pointer;
  text-decoration: underline;
}