<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #003571;
}

#corpojust .conteudo{
	font-family: roboto;
	font-size: 10pt;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
}

#cancelButton{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
	font-family: roboto;
	width: 100px;
	height: auto;
	cursor: pointer;
}

#btn_inverter {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #f4f4f4;
	border: 0px;
	border-radius: 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: roboto;
	width: 100px;
	height: auto;
	cursor: pointer;
}</pre></body></html>