﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #efefef;}
table tr:first-child{background-color: #FF0000;}
table tr:first-child p {  color: #fff!important;}
