@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,700,600);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
   
}

.chart {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.graph-table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0
}

.graph-table td {
    vertical-align: top;
}

.highcharts-axis-labels text tspan,.highcharts-axis-labels text {
    font-family: 'Raleway', sans-serif !important;
    font-style: normal !important;
    font-weight: lighter !important;
    font-size: 13px !important;
    color: #fff !important;
    fill: #fff !important;
}

.highcharts-container rect {
    fill: transparent !important;;
}

.highcharts-tooltip rect {
    fill-opacity: 0.1
}

.highcharts-tooltip > span {
    font-size: 12px !important;
    font-family: 'Raleway', sans-serif !important;
    color: #fff !important;
    font-weight: lighter !important;
}
.highcharts-graph{
	stroke-width: 1 !important;;
}
/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.0;
}