@charset "utf-8";
  
#presentation tr.tr-even {
    background: #F0F0F0;
}

#presentation  th{
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 2px 6px 1px 6px;
  background: #3e7518;
  white-space: nowrap;
}

#presentation td{
  padding: 6px;
  line-height: 1.4em;
}
#presentation td.name{
  white-space: nowrap;
}

#presentation td.date{
  white-space: nowrap;
}

#presentation td.place{
  text-align: center;
}