/*
    ____                      _ _
   | __ ) _ __ __ _ _ __   __| (_)_ __   __ _
   |  _ \| '__/ _` | '_ \ / _` | | '_ \ / _` |
   | |_) | | | (_| | | | | (_| | | | | | (_| |
   |____/|_|  \__,_|_| |_|\__,_|_|_| |_|\__, |
                                        |___/
*/
/*

   __     ___    ____  ____
   \ \   / / \  |  _ \/ ___|
    \ \ / / _ \ | |_) \___ \
     \ V / ___ \|  _ < ___) |
      \_/_/   \_\_| \_\____/

*/
:root {
  --text-blue:  #225C88;
  --text-light: #7D8296;
  --text-white: #FFFFFF;
  --text-black: #000000; }

.fixedDataTableLayout_header {
  font-size: 14px;
  color: #7D8296; }

.crosstab-comparison-cell {
  cursor: pointer; }

.table-header-options div {
  margin-bottom: 5px; }

.xtab-comparison-popup-table td.xtab-comp-tbl-footer {
  padding-top: 8px; }
  .xtab-comparison-popup-table td.xtab-comp-tbl-footer span {
    font-size: 1.1em; }

.xtab-comparison-popup-table td span.comparison-sub-title {
  font-weight: bold;
  padding-right: 6px; }

.crosstab-metric-switcher {
  text-align: center; }
  .crosstab-metric-switcher .metrics {
    margin: 12px 0 0; }
