/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
      
body {font-family: Raleway; font-weight: normal; font-style: normal; font-size: 16px; line-height: 1.4; color: #5A5A5A; position: relative; -webkit-font-smoothing: antialiased; background: #fff; margin:0; }
.footerlinks{font-size:12px;color: white;font-weight: normal;text-align:center;-webkit-font-smoothing: none}    
.footerlinks a {color: white;} 
.footerlinks a:hover {color: #00A56E;} 
section#footer {background: #003d8f;}
ul.top-nav > li.primary-action > a.btn {
    padding: 6px 15px;
    background-color: #55b57e;
    color: #fff;
    border-radius: 3px;
}
.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #719fe8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#719fe8), to(#4e7cc4));
    background: -webkit-linear-gradient(top, #4e7cc4, #719fe8);
    background: -moz-linear-gradient(top, #4e7cc4, #719fe8);
    background: -ms-linear-gradient(top, #4e7cc4, #719fe8);
    background: -o-linear-gradient(top, #4e7cc4, #719fe8);
}
.btn-primary {
  color: #fff;
  background-color: #55b57e;
  border-color: #2e6da4;
}

.featured-tld .price.tn {
    background-color: #C40000;
    color: #fff;
}