﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
 @media (min-width:1024px){body:not(.nobanner) header{background:linear-gradient(to right,rgba(0,0,0,.9),rgba(0,0,0,.6))}
.pagesbanner{min-height:120px}
header:not(.is-active) .head-logo a .himg{ filter: invert(100%);}}