/* Sem nevkladej zadne styly, ktere se vztahuji jen na tve grafy. Ty hod do style.css */

text {
  font-family: "Asap" !important;
}

#corona_cz_akt p, #corona_okr_map p, #corona_cz_dec_age p, #corona_hospital p, #corona_cr_pct p {
  font-family: "Noticia text" !important;
}
 
.highcharts-title {
  font-family: "Noticia text" !important;
  font-weight: bold !important;
  text-align: left !important; 
  /* font-size: 0.9rem !important;  */
  left: 10px !important;
}

.highcharts-subtitle {
  text-align: left !important; 
  font-size: 0.95rem !important; 
  left: 10px !important;
  font-family: "Asap" !important;
}

.highcharts-data-labels text {
  font-size: 0.85rem !important;
}

.highcharts-axis-labels text {
  font-size: 0.85rem !important;
}

.highcharts-legend-item text {
  font-size: 0.85rem !important;
}

.highcharts-xaxis .highcharts-axis-line {
  stroke: #e6e6e6;
}

text.highcharts-plot-line-label {
  font-size: 0.85rem !important;
  fill: #666;
}

text.highcharts-plot-band-label {
  font-size: 0.85rem !important;
  fill: #666;
}

text.highcharts-credits {
  font-size: 0.75rem !important;
}

.highcharts-tooltip span {
  font-family: "Asap" !important;
  font-size: 0.85rem !important;
}

.highcharts-tooltip-box {
  fill: #ffff !important;
}

.highcharts-label text {
  font-size: 0.85rem !important;
  fill: #666 !important;
  /* font-family: 'Noticia text' !important; */
}

.highcharts-series path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vis-link {
  color: #666;
  fill: #666;
}

/* Custom classes */
.axis-label-on-tick {
  fill: #aaa;
  color: #aaa;
  font-weight: bold !important;
}

.mock-empty-line {
  fill: #fff;
  color: #fff;
}
