body{
	font-size: 20px;
	font-family: sans-serif;
	background-color: #ddd;
	color: #333;
}
h1 {
	padding-top: 15px;
}

li.L0, li.L1, li.L2, li.L3, li.L4,
li.L5, li.L6, li.L7, li.L8, li.L9
{
	list-style-type: decimal !important;
}

pre ol { color: #ccc; }

div.imagem {
	width: 100%;
	text-align: center;
	margin: 15px 0px;
}
div.imagem img{
	margin: auto;
	max-width: 100%;
	width: 350px;
	border-radius: 3px;
}
div.imagem label {
	display: block;
	color: #555;
	font-size: 14px;
}

.quote{
	padding: 10px;
	margin-left: 10px;
	border-left: 1px solid #3333339a;
	color: #777;
	
}
#btn-footer{
	text-align: center;
	margin: 20px 0px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
pre{
	background-color: #f5f5f5;
	overflow: auto;
	font-size: 16px;
	border-radius: 3px;
}
a{
	text-decoration: none;
	color: #337ab7;
}
#btn-footer .button-red{
	margin: 0px 10px;
}
.linha{
	border-bottom: 1px dashed #070;
	cursor: help;
}
.tooltip{
	font-size: 16px;
}
.fog-load, .fog{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: 100%;
	width: 100%;
    margin: auto;
	display: none;
	background-color: rgba(0, 0, 0, .7);
	z-index: 2;
	text-align: center;
	transition: opacity 0.5s;	
}
.fog-load img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;	
}
