﻿@charset "utf-8"; 
:root{--color:#BE1927}
footer .copyright{background:var(--color)}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
table tr:first-child{background-color: #1C3A5E!important;color:#fff;}