*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

aside, footer, header, main, section {
	display: block;
}

html {
	background: #f5f5f5;
	height: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, "Liberation Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

ul {
	margin-top: 0;
	padding-left: 20px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-sm-6,
.col-md-6,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}

	.col-sm-6 {
		float: left;
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.container {
		width: 1000px;
	}

	.col-md-6 {
		float: left;
		width: 100%;
	}
}

a {
	color: #005f99;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #b00020;
	text-decoration: underline;
}

a:focus,
button:focus,
input:focus {
	outline: 3px solid #1a73e8;
	outline-offset: 2px;
}

footer {
	margin: 50px 0 25px;
	font-size: 12px;
}

h1,
h2,
h3 {
	color: #111111;
	line-height: 1.38em;
	margin: .3em 0 .3em;
}

h1 {
	font-size: 35px;
	font-weight: 300;
	border-bottom: 1px solid #ffffff;
	margin-bottom: .5em;
}

h1:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

h2 {
	font-size: 22px;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 .3em;
}

h4 {
	font-weight: normal;
}

p {
	margin: 0 0 2em;
}

p + h2 {
	margin-top: 2em;
}

code {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 1px 5px;
	color: #333333;
}

pre {
	display: block;
	padding: 13.333px 20px;
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.4;
	background-color: #ffffff;
	border-left: 2px solid rgba(80, 80, 80, 0.6);
	white-space: pre-wrap;
	word-break: normal;
	word-wrap: break-word;
	overflow: auto;
	font-family: Menlo, Monaco, "Liberation Mono", Consolas, monospace !important;
}

.v-spacer {
	padding: 10px;
}

.error {
	color: #b00020;
	font-size: 18px;
	font-weight: bold;
}

.done {
	color: #007000;
	font-size: 22px;
	font-weight: bold;
}

.nav-buttonx {
	width: 100px;
	height: 40px;
	font-size: 16px;
}

/* Corrigido: azul mais escuro para passar no contraste */
.nav-button {
	font-size: 16px;
	font-weight: bold;
	background: #0057b8;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 30px;
}

.nav-button:hover,
.nav-button:focus {
	background: #004a9f;
}

.nav-button:active {
	background: #003f88;
}

.input-code {
	width: 100%;
	max-width: 500px;
	height: 44px;
	font-size: 26px;
	padding: 4px 8px;
}

.info-list {
	margin-top: 32px;
}

.info-list li {
	margin-bottom: 16px;
}

table {
	border: 1px solid #666666;
	border-spacing: 0;
}

td,
th {
	border: 1px solid #666666;
	padding: 6px;
}