.whois-wrapper {
	text-align:center;
}

.whois-search-form {
	position: relative;
    display: inline-flex;
    clear: both;
	width:20%;
}
.whois-input {
	float:left;
}
.get-whois-btn {
	width: 20% !important;
    padding: 0.75em !important;
    float: left;
    line-height: 1.3 !important;
    background-color: #E9E9E9 !important;
    color: #000 !important;
    border-radius: 0px !Important;
}
.get-whois-btn:hover {
    background-color: #e1e1e1 !important;
}


/*** RESPONSE ***/

.whois-response {
	width:40%;
	margin:auto;
}
.whois-column {
	float:left;
	width:50%;
	padding:1em;
	text-align:left;
	
}

.whois-first-column {

}

.whois-second-column {
	
}

.whois-p {
	font-size:0.9em;
	margin-bottom:0.9em !important;
}

.whois-title {
	
	font-weight:600;
	
}