.program {
  border-collapse: collapse;
  width: 100%;
}

.program td, .program th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.program tr:nth-child(even){background-color: #fff;}
.program tr:nth-child(odd){background-color: #ddd;}

.program tr:hover {background-color: #888888;}

.program th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #29465B;
  color: white;
}