.graph {
    display: none;
}
.blq-js .graph {
    display: block;
}
.newsspecColumn-wrapper {
    margin: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}
.graph {
    margin-bottom: 16px;
}
/*Custom styles*/
.graph-small {
    width: 304px;
    height: 300px;
}
.graph-medium {
    width: 464px;
    height: 350px;
}
.graph-large {
    width: 624px; 
    height: 400px; 
    float: left;
}
.wrapper-graph-small>img {
    width: 304px;
    height: 300px;
}
.wrapper-graph-medium>img {
    width: 464px;
    height: 350px;
}
.wrapper-graph-large>img {
    width: 624px;
    height: 400px;
}
.highcharts-tooltip span,
.highcharts-tooltip b {
    color: #fff !important;
}
.highcharts-static {
    display: block;
}
.blq-js .highcharts-static {
    display: none;
}