.robo { width: 10rem; height: 1.3rem;
                border: 1px solid blue;
                background: #fff;
                padding-top: 6px;
                padding-left: 4px;
                border-radius: 3px;
                margin-bottom: 7px;
}
body    { font-family: Arial; 
        font-size: 2rem;
        background: #cfefc3;
        width: 94vw;
}
.input { 
	padding-left: 0.1rem;
	padding-right 0.1rem;
	padding-top: 0.22rem;
	font-size: 0.81rem; 
	font-weight: bold;
	width: 5.1rem;
	height: 1.15rem; 
	float: left; 
	margin-right: 0.3rem;
	background: #f5f5f5;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.acesso { float: left; 
	width: 8.4rem;
	height: 1.15rem;
	color: blue;
	font-size: 1.3rem;
	cursor: pointer;
}
.dado { width: 88vw; height: 12rem; font-size: 1rem;}
.btn { width: 18rem; height: 3.4rem; color: blue; }
.fonte { font-size: 1.4rem; }
h1,h2,h3 { margin: 0; color: #bde2b0;    text-shadow: 1px 1px #000000; }
h1 { font-size: 1.6rem; }
h2 { font-size: 1.1rem; }
th { text-align: left; }
th,td { padding-left: 4px; 
	padding-right: 4px; 
	height: 1.4123rem;
	font-size: 16px;
}
th { height: 1.1rem; }
table { width: 97vw; 
	position: absolute;
	left: 0.5rem;
	top: 6.5rem;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: blue; }
.contato { position: absolute; left: 0.5rem; top: 5.3rem; color: blue; font-size: 0.85rem; }
.titulo { width: 83rem; cursor: pointer; }
.data { width: 5.2rem; min-width: 5.2rem; }
.paginas { text-align:right; width: 3.1rem; }
.all { width: 57vw; 
	height: 3.2vh;
	position: absolute;
	right: 0;
	top: 0.82rem;
	background: #c0c0c075;
	font-size: 1.1rem;
	color: white;
	margin-right: 0.2rem;
	border: 1px solid green;
}
.usado { width: 33%; 
	background: #0000ffff;
	height: 3.2vh;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

