nav,ul#nav-mobile{
  z-index: 1;
  position: relative!important;
  height:56px!important;line-height:56px!important;box-shadow:none!important;}
.options_sel > div{height:100%;}
.siteHeader__item{padding:5px 15px;font-size:12px;margin-right:5px;transition:border 1s,opacity 2s;}
.siteHeader__item:hover{cursor:pointer;}
.siteHeader__item + .siteHeader__item{margin-left:5px;}
.siteHeader__item.is-site-header-item-selected{color:#FFFFFF;background-color:var(--bg-color);
    text-decoration: underline;
    /* border:1px solid var(--border-color); */
    /* border-radius:4px; */
    height:50%;display:flex!important;align-items:center;justify-content:center;}
.cont{height:100%;display:flex;}
ul#nav-mobile span{margin-left:30px;}

nav, nav div, nav span {
  background-color: #2196f3!important;
  background: #2196f3!important;
  color: white!important;
}

nav .chartsButton a
{
  color:white!important
}

nav label
{
    background-color: unset!important;
}

#map {
  opacity: 1;
  position: absolute;
  top:0;
  width: 100vw;
  /* height: 100vh; */
  height: 99vh;
  /* margin: auto auto; */
  /* display: none; */
}

table .name {
  text-wrap: balance!important;
 /*  margin: 0px!important;
  padding: 0px!important; */
  margin-top: 5px!important;
  margin-bottom: 5px !important;
  background-color: transparent!important;
}
.selectedCommodities {
  display: flex;
  flex-wrap: wrap;
  margin: 0px!important;
  padding: 0px!important;
  font-weight: 400;
}

.row.country_stats
{
  font-size: .8rem;
  display: none;
}
.row.country_stats.on
{
  display: flex;
}

.country_stats .name
{
  font-weight: 300;
}