﻿@charset "utf-8"; 
.table-wrap table tr:nth-child(even) {  background: #fff; }  
.table-wrap table tr:nth-child(odd) {  background: #eee;  }