﻿[hidden]{display:none !important;}x-grid{display:grid;grid-template-columns:1fr 1fr 1fr;}[x-visible="False"]{display:none !important;}.flex-h{display:flex;flex-direction:row;}.flex-v{display:flex;flex-direction:column;}.flex-h-reverse{display:flex;flex-direction:row-reverse;}.flex-v-reverse{display:flex;flex-direction:column-reverse;}.wrap{flex-wrap:wrap;}.wrap-reverse{flex-wrap:wrap-reverse;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.justify-even{justify-content:space-evenly;}.justify-flush{justify-content:space-between;}.justify-space-around{justify-content:space-around;}.align-items-start{align-items:flex-start;}.align-items-end{align-items:flex-end;}.align-items-center{align-items:center;}.align-self-stretch{align-self:stretch;}.align-self-start{align-self:flex-start;}.align-self-end{align-self:flex-end;}.align-self-center{align-self:center;}.acc-bg{background-color:#005e8f;color:#f5f5f5;}.black-bg{background-color:#000;color:#f5f5f5;}.Site{display:flex;min-height:100vh;flex-direction:column;}.Site main{flex:1;}.BTableCell{padding:8px;}