.chartTitle {
    color: steelBlue;
    font-family: Helvetica;
    font-size: 20pt;
    text-shadow: none;
}

div.summary {
    margin-top: 15px;
}

table.summary {
    font-size: 0.9rem;
}

table.summary th {
    text-align: right;
    font-weight: bold;
    padding: 2px 8px;
}

table.summary td {
    padding: 2px 8px;
    text-align: right;
}

table.summary td:last-child {
    padding-right: 0;
}


.canvasjs-chart-credit {
    display: none;
}


.chartContainer {
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin: 30px 0;
}

.canvasjs-chart-canvas {
    border: none;
}

div.chart-tooltip
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 5pt 10pt;
    white-space: nowrap;

    font-style: normal;
    font-size: 10pt;
}

div.google-visualization-tooltip {
    color: #404040;
    background: wheat;
    white-space: nowrap;

    font-style: normal;
    font-size: 11pt;
}


div.google-visualization-tooltip h1,
div.chart-tooltip h1 {
    font-size: 11pt;
    color: #9090a0;
    font-weight: normal;
    text-shadow: none;
    margin-top: 0;
}

div.google-visualization-tooltip strong,
div.chart-tooltip strong {
    color: #5060a0;
    font-size: 12.5pt;
}