﻿



div.d-row .row:nth-child(odd) {
    background: #f5f5f5 !important;
}

.info-panel:hover {
    cursor: pointer;
}

.radio .caption, .radio .check {
    /*font-size: 1rem !important;*/
}

.button.medium {
    font-size: 1.1rem;
    height: 46px;
    line-height: 36px;
}

.chart-holder {
    height: 350px;
    text-align: center;
    background-color: #ffffff;
}

.chart-holder .preloader-holder {
    padding-top: 60px;
    width: 100%;
    margin: auto auto;
}

.highcharts-credits {
    /*display: none !important*/
}

.highcharts-legend-box {
    background: yellow;
    width: 50px !important;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
