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

    ** Custom Stylesheet **

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

***************************************************** */
body {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; }
h1, h2, h3, h4, h5, h6, 
.lead, 
.home-shortcuts li p, 
.navbar-main, 
ul.top-nav,
button, input, select, textarea,
.kbcategories,
.list-group,
.panel-sidebar .panel-title {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.h1,h1 {
    font-size: 32px
}

.h2,h2 {
    font-size: 26px;
}

.h3,h3 {
    font-size: 22px
}

.h4,h4 {
    font-size: 16px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

.navbar-main {
    font-size: 14px;
}
.home-shortcuts li {
    font-size: 12px;
}
.footerlinks{font-size:12px;color: white;font-weight: normal;text-align:center;-webkit-font-smoothing: none}    
.footerlinks a {color: white;} 
.footerlinks a:hover {color: #0375f4;} 
section#footer {
    background: #003d8f;
    line-height: 32px;  
    color: #ffffff; 
    text-align: center;
}
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;
}
.kb-article-content {
    color: #000000;
    font-size: 16px;
    line-height: normal; 
}
.kb-article-content table {
    width: 100%;
}
.kb-article-content table th { 
    font-weight: 500;
}
.kb-article-content b, .kb-article-content strong {
    font-weight: 500;
}