﻿@charset "utf-8"; 
:root{ --headercolor: #111;}
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.lang-icon img{filter: invert(1) brightness(0);}