/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 6, 2019, 11:13:47 AM
    Author     : kallado
*/


.highcharts-title tspan{
  font-family: "Fedra Sans Alt Pro Book";
  font-size:18px;
}

.highcharts-subtitle tspan{
  font-family: "Fedra Sans Alt Pro Book";
  font-size:12px;
}

.page-node .two-columns .graph-containner {
  width: 628px;
  position: relative;
}

@media (max-width:768px) {
  .page-node .two-columns .graph-containner{
    width: 320px;
  }
}

graph-container.no-title .highcharts-title,
graph-container.no-title .highcharts-subtitle{
  display: none;
}

.page-node.node-type-graph-element .content-region > .clearfix{
  width: 100% !important;
  margin-top: 200px !important;
}