﻿#blazor-error-ui {
    display: none !important;
}

.ActionIcon {
    margin-left: 2px !important;
    margin-right: 2px !important;
    border: 1px solid #0366d6 !important;
    padding: 5px !important;
}

/*    .ActionIcon:hover {
        border: 1px solid #036333 !important;
        color: #036333 !important;
    }*/

.highcharts-credits {
    display: none !important;
}

.highcharts-label img {
    background-color: white !important;
}

#Chart {
    width: 100% !important;
    height: 800px !important;
}

    #Chart h4 {
        text-transform: none;
        font-size: 11px;
        font-weight: normal;
    }

    #Chart p {
        font-size: 13px;
        line-height: 16px;
    }

@media screen and (max-width: 600px) {
    #Chart h4 {
        font-size: 2.3vw;
        line-height: 3vw;
    }

    #Chart p {
        font-size: 2.3vw;
        line-height: 3vw;
    }
}
