.lookup-results {
  clear: both;
  width: 90%;
  margin: 0 auto 20px;
  display: table;
}

.results-box {
  display: table;
  width: 60%;
  margin: 10px auto;
  padding: 5px 10px 5px 10px;
  border: 1px solid #990000;
  border-radius: 5px;
  background: white;
}

.lookup-domain {
  float: left;
}

.domain-taken {
  margin: 0 auto;
  font-size: 125%;
}

.domain-available {
  font-size: 150%;
  color: blue;
}

.domain-pricing {
  float: left;
  margin-top: 12px;
  margin-left: 5px;
  font-size: 70%;
}

.premium-domain {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #008000;
  color: white;
  font-size: 80%;
  font-weight: bold;
  padding: 3px;
}

.premium-domain .premium-note {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    font-size: 150%;
    font-weight: normal; 
    /* bottom positioning */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -100px;
}

.premium-domain:hover .premium-note {
    visibility: visible;
}

.prepay-domain {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: red;
  color: white;
  font-size: 80%;
  font-weight: bold;
  padding: 3px;
}

.prepay-domain .prepay-note {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    font-size: 150%;
    font-weight: normal; 
    /* bottom positioning */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -100px;
}

.prepay-domain:hover .prepay-note {
    visibility: visible;
}

.lookup-status {
  float: right;
  font-size: 15px;
  padding-right: 5px;
}

.register-button {
  float: right;
  font-size: 15px;
}

.suggest-results {
  clear: both;
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #bab6a5;
}

.suggest-container {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-left: 10px;
  text-align: center;
}

.suggest-title {
    font-family: 'Acme', sans-serif;
    font-size: 175%;
    text-align: center;
    margin-bottom: 10px;
}

.suggest-box {
  display: inline-block;
  width: 300px;
  height: 70px;
  margin: 5px;
  border: 1px solid #990000;
  border-radius: 5px;
  background: white;
  text-align: left;
//  overflow: auto; // contain text to box
}

.suggest-domain {
  margin: 5px;
  font-size: 105%;
}

.suggest-domain-pricing {
  float: left;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 80%;
}

.suggest-button {
  float: right;
  margin-right: 5px;
  font-size: 15px;
}

.tld-results {
  clear: both;
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #bab6a5;
}

.tld-container {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-left: 10px;
  text-align: center;
}

.tld-title {
    font-family: 'Acme', sans-serif;
    font-size: 175%;
    text-align: center;
    margin-bottom: 10px;
}

.tld-disclaimer {
  font-size: 75%;
  text-align: center;
  margin-bottom: 5px;
}

.tld-order {
  font-size: 95%;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 10px;
}

.tld-more {
  font-size: 95%;
  text-align: center;
  margin: 50px;
}

.tld-box:hover, .tld-box:active {
  border: 2px solid #000000;
}
.tld-box {
  display: inline-block;
  width: 170px;
  height: 50px;
  margin: 5px;
  border: 1px solid #990000;
  border-radius: 5px;
  background: white;
  color: black;
  text-align: left;
  text-decoration: none;
  overflow: auto; // contain text to box
}

.tld-name {
  margin: 5px 5px 3px 5px;
  font-size: 105%;
  font-weight: bold;
}

.tld-pricing {
  float: left;
  margin-left: 5px;
  font-size: 80%;
}

.tld-info {
  width: 60%;
  margin: 0 auto;
}

.tld-price-box {
  width: 200px;
  height: 80px;
  padding-top: 13px;
  text-align: center;
}

.tld-announce-box {
  display: block;
  margin: auto;
  width: 800px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  opacity: .7;
  border: 2px solid #000000;
}

.tld-announce-box a {
  text-decoration: none;
}

.tld-announce-box a:hover {
  text-decoration: underline;
}

.tagline {
  text-align: center;
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  padding: 15px;
}
