/* CSS stylesheet */\
html, body {
font-family: robotoregular, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

body {
padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
font-family: robotolight, sans-serif;
text-transform: uppercase;
}

.main-form {
margin-top: 50px;
}

.messages {
margin: 30px auto;
max-width: 400px;
}

.result {
margin: 30px auto;
max-width: 1200px;
}

.result p {
padding: 5px;
}

strong.use-me {
cursor: pointer;
}

div.whois, div.geotab {
margin-top: 20px;	
}