/***************************************************************/
/*-------------------WHMPress Styles overrides-----------------*/
/***************************************************************/
.whmpress button,
.whmpress a.whmpress-btn,
.whmpress a.buy-button,
.whmpress a.www-button,
.whmpress a.whois-button,
.whmpress input[type="submit"] {
  background: #0088cc;
}
.whmpress button:hover,
.whmpress a.whmpress-btn:hover,
.whmpress a.buy-button:hover,
.whmpress a.www-button:hover,
.whmpress a.whois-button:hover,
.whmpress input[type="submit"]:hover {
  background: #0088cc;
}
.whmp_domain_search_ajax_results h3 {
  text-align: center;
  line-height: 4;
  margin-bottom: -20px;
}
.whmp_domain_search_ajax_results .whmp_found_title,
.whmp_domain_search_ajax_results .whmp_not_found_title,
.whmp_domain_search_ajax_results .whmp_found_result,
.whmp_domain_search_ajax_results .whmp_not_found_result {
  background: none;
  border: 1px solid #42454A;
  border-radius: 0;
  margin-top: -1px;
  color: #42454A;
  margin-bottom: 0;
  border-collapse: collapse;
}
.whmp_domain_search_ajax_results .whmp_found_title .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_not_found_title .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_found_result .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_search_ajax_buttons a {
  background: #42454A;
  border: 0;
  border-radius: 4px;
}
.whmp_domain_search_ajax_results .whmp_found_title .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_not_found_title .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_found_result .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_search_ajax_buttons a:hover {
  background: #0088cc;
}
