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

.mobile {
    display: block;
}

.desktop {
    display: none;
}

@media all and (min-width: 650px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

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

.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;
    }
    
}

.zh-intro{
	font-family:     	'Roboto', sans-serif;
	margin:				5px 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: 20px;
	margin: 40px auto 20px auto;
	font-weight: 300;
}

.fonte {
	font-family: 	'Roboto', sans-serif;
    font-size: 14px;
    margin: 10px auto;
    font-weight: 300;
    color: #777777;
}

.paragraph {
    font-size: 16px;
	font-family: 	'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px auto;
}

p span.total {
	font-weight: 700;
	font-size: 18px;
	color: #f47e5e;
}


.beer-reveal[data-beer-label]:after, 
.beer-slider[data-beer-label]:after {
    background: hsla(0,0%,100%,.75);
    border-radius: .125rem;
    content: attr(data-beer-label);
    line-height: 1;
    padding: .5rem;
    position: absolute;
    top: 1.5rem;
    text-transform: uppercase;
}


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