﻿@charset "utf-8"; 
table tr:nth-child(even) {  background: #fff; }
.table tr:nth-child(odd) {  background: #eee; }
.head-nav>ul>li>a {text-transform: capitalize;}
.foot-main .foot-title{text-transform: capitalize;}