body {
	margin-top: 1.0em;
	background-color: #ffff;
	font-family: 'Istok Web', Helvetica, Arial, FreeSans, sans-serif;
	color: #000000;
    height: 100vh;
    margin: auto 0;
}

#container {
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
	background-image: url("fundo_original.jpeg");
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 5px 7px 5px;
	width: 100%;
}

h1 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 70px;
	font-family: 'Maven Pro', Helvetica;
	font-weight: normal;
	position: absolute;
	left: 340px;
}

h1 .small {
	font-size: 0.4em;
}

h1 a {
	text-decoration: none
}

h2 {
	font-size: 1.5em;
	color: #3e5763;
}

h3 {
	color: #3e5763;
}

a {
	color: #3e5763;
}

.description {
	font-size: 1.2em;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family: 'Muli', Helvetica;
}

.download {
	padding-top: 20px;
	float: right;
}

pre {
	background: white;
	color: black;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #ccc;
}

hr {
	border: 0;
	border-bottom: 1px solid #aaa;
}

.footer {
	text-align: center;
	padding-top: 30px;
	font-style: italic;
}

li {
	margin-bottom: 0.5em;
	list-style-type: none;
}

ul {
	padding-left: 0px;
	list-style-type: none;
}

ol {
	padding-left: 255px;
}

ol ul {
	padding-left: 15px;
}

code {
	font-size:16px;
}

code.prettyprint {
	font-size:inherit;
}

p {
	text-align: justify;
}