
.devup_whois_lookup { width: 50%; margin: 2em auto; }
.devup_whois_lookup p { text-align: center; padding-bottom: 0; }
.devup_whois_lookup input { width: 100%; font-size: 1.2em; text-align: center; margin: 0; }
.devup_whois_lookup a { margin-top: 1em; padding: 0.5em 2em; background: #475471; color: white; border-radius: 5px; }
.devup_whois_lookup a:hover { background: #7D8CBF; color: white; }
.devup_whois_lookup .g-recaptcha > div { margin: 2em auto; }
.devup_whois_lookup_results { display: none; }
.devup_whois_lookup_results table { width: 100%; border-collapse: collapse; margin-bottom: 3em; }
.devup_whois_lookup_results table tr td { border-bottom: 1px #ccc solid; padding: 0.5em 1em; width: 70%; text-align: left; font-weight: bold; font-size: 1.3em; }
.devup_whois_lookup_results table tr td span { display: block; padding: 0.5em; text-align: center; color: white; border-radius: 5px; font-weight: bold; font-size: 0.8em; }
.devup_whois_lookup_results table tr td:last-child { border-left: 1px #ccc solid; width: 30%; text-align: center; }
.devup_whois_lookup_results table tr:last-child td { border-bottom: none; }


