.bb-tooltip th {
  background-color: #000;
}

.bb-tooltip td.value {
  text-align: right;
}

.bb-tooltip-container {
  min-width: 300px;
  text-align: left;
}

.bb-line {
  stroke-width: 2px;
}

.bb-line-EU {
  stroke-width: 3px;
}

.selected-cntry-row {
	background-color:rgba(195,195,195, 1.0);
}

#lineCntrySelect, .line-chart-select{
	z-index:99999;
}


/* .selected-country{
	stroke-width: 14px;
} */

/* Small. Above 34em (544px) portrait */
@media screen and (min-width: 34em) and (orientation:portrait) {
}

/* Small. Above 34em (544px) landscape */
@media screen and (min-width: 34em) and (orientation: landscape) {
  /*mobile screen, same as inittialy*/
  
}

/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {
  
}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
  /* .bb-axis-y text {
      font-size: .9rem;
  } */

/*   .bb-axis-x text {
      font-size: .9rem;
  }
} */

/* Extra large. Above 75em (1200px) */
/* @media screen and (min-width: 75em) {
  .bb-axis-y text {
      font-size: .8rem;
  }

  .bb-axis-x text {
      font-size: .9rem;
  }
} */    