body {
  font-family:'B Mitra', arial, tahoma;
}

.highcharts-title tspan{
  font-family:'B Mitra', arial, tahoma;
  font-size: 30px;
}

.highcharts-label text tspan{
  font-size: 15px;
}

.highcharts-label-box {
  stroke: none;
}

.highcharts-credits {
  visibility: hidden;
}

#all-gauges-container {
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
}

#gauge-container{
  margin-bottom: 5%;
}