@import url("//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

body {
    max-width: 1300px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #2C2C2C;
}


.other-activity-chart {
    float: none;
    height: 200px;
    margin: 2%;
    width: 29%;
    margin-top: 20px;
    display: inline-block;
}

.main-activity-chart {
    float: left;
    height: 200px;
    margin-right: 5%;
    width: 25%;
}

#columnChartArea,
.wrapper {
    width: 100%;
    max-width: 1300px;
}

.other-activity-chart-container {
    width: 75%;
}

.main-activity-chart {
    float: left;
    height: 200px;
    margin: 2%;
    width: 29%;
    margin-top: 20px;
    display: inline-block;
}

.highcharts-title tspan {
    font-weight: bold;
}

table.table-market-share {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
}

.pie-chart-container {
    width: 50%;
    display: inline-block;
}

.fragmentation #chart-container {
    height: 250px;
    margin: 0px 1.5%;
}

.market-share {
    display: inline-block;
    margin-right: 0px;
    width: 50%;
}

.share-type-selection > .share-type-selection,
.share-selection,
.date-time-heading {
    margin: 0;
}

.main-activity-chart {
    margin-top: 20px !important;
}

.border-inline {
    border-bottom: 1px solid #E1E1E1 !important;
}

td.table-header {
    background: #569E00 !important;
    color: #FFFFFF !important;
    border: solid 1px #569E00;
    padding: 0.6em;
    line-height: normal;
}

td.table-header.table-share-row-even {
    background: #569E00 !important;
    color: #FFFFFF !important;
}

.table-row {
    line-height: normal;
    padding: 0.6em;
}

.table-share-row-odd {
    background-color: #f2f1f1 !important;
}

.table-share-row-even {
    background-color: #f2f1f1 !important;
}

.fragmentation .period-button {
    line-height: 28px;
    display: block;
    background-color: #C8102E;
    color: #fff !important;
    border: solid 1px #C8102E;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 35px;
    padding: 0 10px;
    text-align: center;
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

.fragmentation .period-button:hover {
    text-decoration: none;
    background: #B50F2A;
    color: #FFFFFF;
    border-color: #B50F2A;
}

.period-selected {
    background-color: #B50F2A !important;
    border-color: #B50F2A !important;
}

.fragmentation-title,
.market-share-heading,
.activity-trend-heading {
    color: #569E00;
}

.decrease-value {
    color: #FF0055 !important;
}

.increase-value {
    color: #5EA814 !important;
}

.footer-info {
    font-size: 13px;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #2C2C2C;
    text-decoration: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #569E00;
    text-decoration: none;
}

span.title.second-heading,
.second-heading {
    font-weight: 600;
}

.fragmentation .period-button {
    font-family: inherit;
    margin: 0 2px;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #569E00 !important;
    border: solid 0px #569E001f;
    background: #569E001f !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.fragmentation ul :first-child .period-button,
.fragmentation ul :last-child .period-button {
    border-radius: 0px;
}

.period-button.period-selected {
    background: #569E00 !important;
    color: #ffffff !important;
}

td.table-header {
    width: 12.5%;
}

@media only screen and (max-width: 320px) {
    .fragmentation a.period-button {
        margin-left: 0px;
        border-radius: 0;
        min-width: 10px;
        padding: 0 2px;
    }
}

@media (max-width: 690px) {

    /* market share */
    .market-share {
        width: 40%;
        float: left;
        margin-right: 0;
    }

    .pie-chart-container {
        width: 55%;
        padding-left: 0px;
        float: left;
        height: 200px;
    }

    #pie-chart {
        width: 100%;
    }
}

@media (max-width: 680px) {

    /* market share */
    .chart-tooltip {
        font-size: 10px !important;
    }

    .pie-chart-container {
        padding-left: 0px;
        float: left;
        height: 200px;
    }

    .share-type-selection,
    .share-selection {
        margin: 0%;
    }

    #pie-chart,
    .market-share {
        width: 100% !important;
    }

    table.table-market-share {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 20px;
    }

    .fragmentation #chart-container {
        height: 250px;
        margin: 0%;
    }
}


@media (max-width: 480px) {
    .market-share {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .main-activity-chart {
        float: left;
        height: 200px;
        margin-right: 0%;
        margin-top: 70px;
        width: 100%;
        display: inline-block;
    }

    .other-activity-chart {
        float: left;
        height: 200px;
        margin: 0%;
        width: 100%;
    }

    .other-activity-chart-container {
        width: 100%;
        display: inline-block;
        padding: 0%;
    }

    .main-activity-chart {
        margin: 0%;
    }
}

