﻿#formatempo {
	clear:left;
	padding:10px;
	background-color:yellow;
}
.btnsbt {
	width:250px;
	height:64px;
	font-size:22px;
	margin:10px;
	background-color:rgb(255, 255, 0);
	color:navy;
	cursor:pointer;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 50px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.8);
    box-shadow: 0 0 50px rgba(0,0,0,0.8);	
}
.btnsbt:hover {
	background-color:rgb(0, 155, 255);
	color:rgb(255, 255, 0);
	font-size:24px;
}
.dvtool { width:auto; margin:0px; padding: 10px 10px 10px 10px; text-align: center; background-color:rgb(255, 255, 153); border-radius: 10px 10px 10px 10px; box-shadow: 0 0 10px rgba(0,0,0,0.8); }
.dvssmade {
	width:auto; margin:0px; padding:10px; background-color:rgb(9,9,9); color:rgb(255,255,255);
}
.timeInput {
	width:100px;
	font-size:24px;
	text-align:center;
}
.timeInputBg1 {
	width:100px;
	font-size:24px;
	text-align:center;
	background-color:rgb(255, 255, 153);
	border:0px;
	color:blue;
}

.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) {
}

