.y.axis path, .y.axis line, .x.axis line
{
    fill: none;
    shape-rendering: crispEdges;
    stroke: none;
}
.x.axis path
{
    fill: none;
    stroke: black;
    stroke-width: 1.5px;
}
.line 
{
    
    fill: none;
    stroke: #0070C0;
    stroke-width: 1.5px;
}
.innerLeaguLine 
{
    
    fill: none;
    stroke: #F24022;
    stroke-width: 1.5px;
}

.gridY tick
{
    fill:none;   
}
.gridY line
{
    shape-rendering: crispEdges;
    stroke:#C7C7C7;
    fill:none;
    stroke-width:1px;
}
.gridY path 
{
    stroke-width: 0;
}
.gridX tick
{
    fill: none;   
}
.gridX line
{
    fill:none;
    stroke-width:0px;
}
.gridX path 
{
    stroke-width: 0;
}
.dataPoints1
{
    fill:white;
    stroke-width:5px;
    stroke:#0070C0;
}
.dataPoints1:hover
{
    stroke:#1891ED;
}
.dataPoints2
{
    fill:white;
    stroke-width:5px;
    stroke:#F24022;
}
.dataPoints2:hover
{
    stroke:#FC5E44;
}
div.tooltipDiv
{
    position: absolute;
    text-align: left; 
    position: absolute;
    padding: 6px;
    background-color: white;
    pointer-events: none;
}
.innerLeagueLegend
{
    fill:#F24022;
}
.outerLeagueLegend
{
    fill:#0070C0;
}
.xAxisTitle
{
    font-style: italic;
}
.yAxisTitle
{
    font-style: italic;
}
.pieChartText
{
    font-weight: bold;
    font-size: 16px;
    fill:white;
}
.matchResultSumGroup
{
    fill:none;

}
.sumGroupText
{
    font-size: 60px;
    font-weight: bold;
    fill:gray;
}
.winsLeagueLegend, .yellowCardsLegend
{
    fill:#7FBA00;
}
.drawsLeagueLegend, .redCadsLegend
{
    fill:#F59322;
}
.losesLeagueLegend, .directRedCardsLegend
{
    fill:#F24022;
}
.goalsForLeagueLegend
{
    fill:#7FBA00;
}
.goalsAginstLeagueLegend
{
    fill:#F24022;
}
.goalsForBar:hover
{
    fill:#8BCC00;
}
.goalsAgainstBar:hover
{
    fill:#FC5E44;
}
.barChartText
{
    font-weight: bold;
    font-size: 16px;
    fill:white;
}
.winsBar:hover
{
    fill:#8BCC00;
}
.drawsBar:hover
{
    fill:#FAB05A;
}
.losesBar:hover
{
    fill:#FC5E44;
}
.legendItem
{
    cursor: pointer;
}
.dataPoint
{
    fill:white;
    stroke-width:5px;
}
.matchOfficialDataLine
{
    
    fill: none;
   
    stroke-width: 1.5px;
}
