﻿/*
h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
	text-align: center;
	color: rgb(255, 55, 0);
	background-color: white;
}
h2 {
	color: rgb(0, 155, 255);
}
*/
.inpiptxt {
	font-size: 24px;
	text-align: center;
}
.inpipsbm {
	font-size: 24px;
}
#DivWeBrowInfo {
	clear: left;
	background: rgb(9, 9, 9);
	color: #CCFFCC;
	padding: 0px;
	font-size: 12px;
}
#DivWeBrowInfo table {
	width: 100%;
}
#DivWeBrowInfo td {
	font-weight: normal;
	background-color: rgb(0, 0, 128);
	padding: 10px 10px 10px 10px;
}
#DivWeBrowInfo th {
	color: white;
	font-size: 12px;
	background-color: rgb(0, 0, 118);
}
#trTit {
	text-align: center;
	color: rgb(0, 153, 204);
	font-weight: bold;
	height: 30px;
}
#spn0 {
	font-size: 22px;
}
#TdBrowSent {
	color: gray;
	padding-top: 10px;
}
#nome {
	float: left;
	margin-right: 10px;
	font-size: 22px;
	color: rgb(0, 155, 255);
	padding: 10px;
}
#resultados {
	float: left;
	margin-right: 10px;
	clear: right;
	text-align: right;
	padding: 10px;
}
@media all and (max-width: 1020px) {
}
@media all and (max-width: 501px) {
h1 {
	padding: 50px 0px 0px 20px;
	width: auto;
	text-align: left;
}
#spn0 {
	font-size: 14px;
}
}
@media all and (max-width: 350px) {
}
