<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.roboto{
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
}

.roboto-bold{
	font-family: 	'Roboto', sans-serif;
	font-weight:	700;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		2px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto', sans-serif;
	font-weight:		700;
	font-size:			22px;
    margin:				10px 0;
    text-transform:     uppercase;
}

@media all and (min-width:500px){
    .zh-title{
        font-size:			24px;
        text-transform:     uppercase;
    }
}

.zh-intro{
	font-family: 		'Roboto', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

.highcharts-tooltip-box{
	stroke: 			unset !important;
}

main.main-container {
    padding: 5px;
}

main.main-container h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

main.main-container h6 {
    font-size: 14px;
    margin: 10px 0;
}

main .select-container select.select-box{
    width: 250px;
    font-size: 16px;
    padding: 5px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.info {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #eee;
    padding: 5px;
    letter-spacing: 0.5px;
}

b {
    font-weight: 700;
}

/*====================================
CHART
====================================*/

main h3.chart-title {
    font: 18px;
    text-transform:     uppercase,
}

main .chart-container {
    margin: auto;
}

main .chart-container p.highlighted{
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #d15239
}

.highcharts-legend-item{
	margin-right: 32px!important;
}

main .icones {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
}</pre></body></html>