/* High Charts */
.highcharts-grid-line {
    fill: none;
    stroke: black;
}

.highcharts-axis-labels text {
background-color:black;
font-weight: bold;
}

#StatsContainer .highcharts-title {
    display:none;
}

.highcharts-credits
{
    display:none;
}

.highcharts-exporting-group {
    display: none;
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) 
{
/* Mobile Only */
#StatsContainer
{
    margin-top:-30%;
    margin-bottom:-30%;
} 
}

