/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }img { display: block; }

body{
	background: #f1f1f1;
	text-align: center;
	margin: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 62.5%;

}
img{
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
section#box{
	background: #fff;
	margin: auto;
	width: 400px;
	
	-moz-box-shadow:    0 1px 3px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
	box-shadow: 		0 1px 3px rgba(0, 0, 0, 0.23);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
section#box div{
	padding: 20px;
}

section#box div#ip{
	border-bottom: 1px solid #e4e3e3;

	padding-top: 10px;
	
}
section#box div#ip strong{
	color: #ce142a;
    font-family: 'Open Sans', sans-serif;
}
section#box div#provedor strong{
}
section#box div#ip label, section#box div#provedor label, section#box div#cidade label {
	color: #666;
	font-family: 'Open Sans Condensed', sans-serif;
}

section#box div#provedor, section#box div#cidade{
	background: #f9f9f9;
	padding-bottom: 30px;
}
section#box div#provedor{
	border-bottom: 1px solid #e4e3e3;
}

.success{
	background-color: #f6ffed;
	border: 1px solid #b7eb8f;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4em;
}

#copy-button{
    padding: 5px 8px;
}
/*
    TAMANHO DE FONTES	
*/

section#box div#ip label, section#box div#provedor label, section#box div#cidade label{
	font-size: 1.6em;	
}
section#box div#ip strong{
	font-size: 3.6em;
	font-weight: bold;
}
section#box div#provedor strong{
	font-size: 2.6em;
	font-weight: bold;
}
section#box div#cidade strong{
	font-size: 2.0em;
	font-weight: bold;	
}
section#dados {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1100px){
	section#box{
		width: 90%;
		
	-moz-box-shadow:    0 3px 8px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.23);
	box-shadow: 		0 3px 8px rgba(0, 0, 0, 0.23);
	}
	section#box div#ip label, section#box div#provedor label{
		font-size: 2.8em;	
	}
	section#box div#ip strong{
		font-size: 7.6em;
		font-weight: bold;	
	}
	section#box div#provedor strong{
		font-size: 4.6em;
	}
	section#dados {
	    font-size: 1.5em;
	    margin-top: 20px;
	    margin-bottom: 20px;
}
	
	
}


@media screen and (max-width: 690px){
	body{
		font-size: 30%;
	}
	section#dados {
	    font-size: 1.5em;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
}

