/*
.highcharts-background{
  fill: #ebe8db;
}

.highcharts-grid-line{
  fill: none;
  stroke: #5d5d5d;
  stroke-width: 0.2px
}
*/

.grid-sizer-highchart {
  width: 2%;
}
.grid-item-highchart {
  margin-left: 0.5% ;
  /* width: 24%; */
  width: auto;
  border:1px solid #e5e5e5 !important;
/*   min-height:400px;  */
  top:0px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
  border-radius:5px;
  background-color: white;
  float: left;
  border: 2px solid #99AF3E;
  margin-bottom: 10px;
  padding-bottom: 3px;
  display:inline;
}
.grid-item-highchart-width50 {
  width: 49.2%;
}
.grid-item-highchart-width75 {
  width: 74.5%;
}
.grid-item-highchart-width100 {
  width: 99.4%;
}

/* Titles */
.highcharts-title {
    font-weight: normal;
    position: relative;
    font-size: 20px !important;
    padding: 0 10px 0 0 !important;
    margin-top: 10px;
    fill: #b03e3e;
    color: #b03e3e;
    font-family: "signikanegative_regular";
    text-transform: uppercase;
}
