﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #C5DFB3;}
table tr:nth-child(even){background-color: #E1EFD8;}