.t-line tr:nth-child(odd) td {  
  background-color:#def0e2;  
}
.t-line tr:nth-child(even) td {  
  background-color:#f4fff6; 
}

.day {
white-space: nowrap;
font-weight:700;
}