﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.logo img{max-height:55px}
@media (max-width:1024px){.logo img{max-height:40px}}
@media (max-width:768px){.logo img{max-height:30px}}