body {
	font-family: 'Merriweather Sans', sans-serif;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

@media all and (min-width: 650px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

.roboto{
	font-family: 	'Roboto Slab', sans-serif;
	font-weight:	400;
}

.roboto-bold{
	font-family: 	'Roboto Slab', sans-serif;
	font-weight:	700;
}

.merri{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
}

.merri-bold{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		4px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto Slab', sans-serif;
	font-weight:		700;
	font-size:			22px;
	margin:				16px 0;
}

@media all and (min-width:500px){
    .zh-title{
        font-size:			24px;
    }
    
}

.zh-intro{
	font-family: 		'Merriweather Sans', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

.highcharts-tooltip-box{
	stroke: 			unset !important;
}

main.main-container {
    padding: 15px;
}


main.main-container h2 {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
	margin: 40px auto 20px auto;
	font-weight: 300;
}

main.main-container .obs {
	font-family: 'Merriweather Sans', sans-serif;
    font-size: 13px;
    margin: 20px auto;
    font-weight: 300;
}

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);
}


main table{
    width: 100%;
    margin-top: 20px;
}

main table td {
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	400;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    max-width: 100px;
    
}

main table tr:nth-child(even) {
    background-color: #f5f5f5;
    
}

main table td.tabela-subtitulo{
	font-family: 	'Merriweather Sans', sans-serif;
	font-weight:	700;
    font-size: 10px;
    background-color: #f47e5e;
    color: #fff;
    margin-top: 20px;
}

@media all and (min-width: 500px) {
    main table td.tabela-subtitulo{
    font-size: 16px;
    }

    main table td {
        font-size: 16px;
    }
}

p span.total {
	font-weight: 700;
	font-size: 18px;
	color: #f47e5e;
}