
.zspot {
  text-transform: capitalize;
}
.zspot tr.header   {
  background-color: #648858;
  border: 1px full #333333;
}
.zspot tr.even  {
  background-color: #F2F2F2;
}
.zspot tr.odd   {
  background-color: #DBDBDB;
}

.popular {
  text-transform: capitalize;
}	
.popular tr.header {
  background-color: #cb1e1e;
  border: 1px full #333333;	
}
.popular tr.even {
  background-color: #f79e9e;
}
.popular tr.odd {
  background-color: #ea6262;
}

.recent {
  text-transform: capitalize;
}
.recent tr.header {
  background-color: #479a42;
  border: 1px full #333333;
}
.recent tr.even {
  background-color: #7ec47b;
}
.recent tr.odd {
  background-color: #8cd688;
}

