    * {
        outline: none;
        border: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html,
    body {
        /*background: #34495e url('/images/global/topLine.png') top repeat-x;*/
        background: #34495e;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 12px;
        color: #4c4c4c;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    }
    
    .hidden {
        display: none !important;
    }


    /* GENERAL DISPLAY STYLES */
    img {
        border: 0;
        max-width: 100%;
        height: auto;
        width: auto;
    }

    hr {
        clear: both;
        padding: 0;
        margin: 0 0 10px 0;
        height: 1px;
        border-width: 0;
        border: 0;
        color: #f1c40f;
        background-color: #f1c40f;
        overflow: hidden;
    }

    h1,
    .h1 {
        color: #515151;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid #f1c40f;
        text-transform: uppercase;
        font-family: Lucida Sans Unicode;
        word-wrap: break-word;
    }


    h2 {
        color: #000;
        font-size: 18px;
        line-height: 24px;
        padding: 15px 0 15px 65px;
        margin-bottom: 20px;
        word-wrap: break-word;
        overflow: auto;
    }

    h3 {
        color: #000;
        font-size: 14px;
    }

    h4 {
        font-size: 14px;
        font-weight: normal;
    }

    sup {
        height: 0;
        line-height: 1;
        vertical-align: baseline;
        _vertical-align: bottom;
        position: relative;
        bottom: 1ex;
    }

    pre {
        white-space: pre-wrap;
    }

    form {
        padding: 0;
        margin: 0;
    }

    input[type=submit] {
        cursor: hand;
        cursor: pointer;
    }

    .clear {
        clear: both;
        float: none !important;
        margin: 0;
        padding: 0;
    }

    .nobr {
        white-space: nowrap;
    }

    .fRight {
        float: right;
    }

    .fLeft {
        float: left;
    }

    .hand,
    a.hand {
        cursor: hand;
        cursor: pointer;
    }

    .footNote {
        font-style: italic;
        font-size: 10px;
        color: #a2a2a2;
        line-height: 12px;
    }

    .dashLine {
        border-top: 1px dashed #8F8F8F;
        padding: 10px 0;
    }

    .center {
        text-align: center;
    }

    h2.error {
        background: url('/images/icons/error.png') left no-repeat;
        padding: 30px 0 30px 80px;
    }

    .infoLayer {
        display: none;
        margin-top: 15px;
        font-size: 11px;
    }

    div#contLeft {
        float: left;
        width: auto;
        margin: 0 10px 20px 0;
        width: 500px;
    }

    div#contLeft h3 {
        margin: 20px 10px 10px 65px;
    }

    div#contLeft ul {
        list-style: square;
    }

    a {
        color: #000000;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        color: #000000;
    }


 /*   a {
        color: #f1c40f;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        color: #C1DA5A;
    }
*/
    a.button,
    input[type=submit],
    div#sideBar a.button {
        margin: 8px 0;
        padding: 8px 12px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        white-space: nowrap;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: #f1c40f;
    }

    a#goButtonCaptcha {
        color: #fff;
        background: #f1c40f;
        display: inline-block;
        padding: 7px;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }




    /* HOME PAGE ONLY */
    #home_search_div {
        padding-bottom: 40px;
    }

    #home_search_div header {
        width: auto;
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
    }

    #home_search_div h1 {
        font-size: 26px;
        line-height: 32px;
        color: #000;
        text-align: center;
        padding: 20px 0;
        border: 0;
        text-transform: none;
        font-family: Trebuchet MS, Helvetica, sans-serif;
    }

    .searchBox {
        width: 60%;
        margin: 40px auto;
        padding: 40px 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E1DFDF), to(#C1BFBF));
        background: -webkit-linear-gradient(#E1DFDF, #C1BFBF);
        background: -moz-linear-gradient(#E1DFDF, #C1BFBF);
        background: -ms-linear-gradient(#E1DFDF, #C1BFBF);
        background: -o-linear-gradient(#E1DFDF, #C1BFBF);
        background: linear-gradient(#E1DFDF, #C1BFBF);
    }
    pre {
        font-family: Trebuchet MS, Helvetica, sans-serif;
        text-align: left;
        font-size: 15px;
        line-height: 21px;
    }

    .searchBox table {
        border: 0;
        margin: 0 auto;
    }

    .searchBox table td {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .searchBox .searchFld {
        width: 460px;
        height: 37px;
        border: 0;
        padding: 10px;
        font-size: 12px;
        color: #999999;
        float: left;
        border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
    }

    .searchBox a.search{
        color: #fff;
        font-size: 20px;
        background: #f1c40f;
        text-align: center;
        border: 0;
        padding: 8px 0 0 0;
        width: 37px;
        height: 37px;
        float: left;
        font-family: FontAwesome;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
    }

    .searchBox a:hover.search{
        text-decoration: none;
    }

    #toggleCont {
        width: 55%;
        margin: 40px auto 20px auto;
        padding: 10px 5px;
        text-align: center;
        font-size: 14px;
        color: #666;
        border: 1px solid #C1BFBF;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
    }

    #toggleCont span {
        white-space: nowrap;
    }

    #toggleCont img {
        margin-left: 50px;
    }

    a.fa-caret-right {
        font-family: FontAwesome;
        width: 35px;
        height: 35px;
        font-size: 20px;
        text-align: center;
        border: 0;
        margin-left: 10px;
        padding: 3px 8px 3px 9px;
        color: #fff;
        background: #f1c40f;
        border-radius: 50px;
    }

    #lmSlider {
        width: 55%;
        margin: 10px auto;
        text-align: left;
        font-size: 12px;
        color: #666;
    }

    div#whois_result_data {
        width: 55%;
        float: left;
        padding-right: 25px;
    }

    div#midColumn {
        width: 27%;
        float: left;
        padding-right: 5px;
    }

    div#alternative_filters {
        float: left;
        width: auto;
        margin-left: 10px;
    }

    div#alternative_filters table th {
        padding: 6px;
        text-align: left;
        color: #000000;
        font-size: 16px;
        border-bottom: 1px solid #f1c40f;
    }

    div#alternative_filters table td {
        padding: 3px 1px;
    }

    div#alternative_filters table tbody tr:first-child td {
        padding-top: 8px;
    }

    /* MID-COLUMN OUTPUTS */
    div#domain_suggestions {
        width: auto;
    }

    div#domain_premiums {
        width: auto;
    }

    div#alternative_domains {
        width: auto;
    }

    table.alternativeTable {
        width: 100%;
        margin-bottom: 25px;
    }

    table.alternativeTable th {
        padding: 6px;
        text-align: left;
        color: #000000;
        font-size: 16px;
    }

    table.alternativeTable td {
        padding: 4px;
        border-top: 1px solid #f1c40f;
    }

    table.alternativeTable td:first-child {
        width: 35px;
    }

    table.alternativeTable td:last-child {
        text-align: right;
    }

    table.alternativeTable td a {
        color: #5c5c5c;
    }

    table.alternativeTable td a:hover {
        color: #000000;
        text-decoration: none;
    }

    table.alternativeTable td.buyAlternative {
        text-align: center;
        padding: 8px 6px 8px 25px;
        border-bottom: 1px solid #f1c40f;
    }

    table.alternativeTable td.buyAlternative a {
        font-weight: bold;
        padding: 6px 5px 6px 25px;
        background: url('/images/icons/cart.png') left no-repeat;
    }

    table.alternativeTable tbody tr:hover {
        background: #BFE7DC;
        color: #000000;
    }

    table.alternativeTable tbody tr:hover a {
        color: #000000;
    }

    table.alternativeTable tbody tr:hover td {
        border-top: 1px solid #000000;
    }

    table.alternativeTable tbody tr:hover td.buyAlternative {
        border-bottom: 1px solid #000000;
    }


    /* AVAILABLE RESULTS ONLY */
    h2.avl {
        background: url('/images/icons/available.png') left no-repeat;
    }

    h2.avl span {
        color: #f1c40f;
    }

    div#contLeft ul.avl {
        list-style: none;
        margin: 0 0 0 65px;
        padding: 0 12px;
    }

    a.buyButtonAvl {
        padding: 10px 25px 10px 10px;
        margin: 20px 10px 20px 65px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f1c40f;
    }

    a.buyButtonAvl:before {
        font-family: FontAwesome;
        font-size: 15px;
        content: "\f054";
        margin: 0 5px 0 0;
    }

    a.buyButtonAvl:hover {
        text-decoration: none;
    }

    /* UNAVAILABLE RESULTS ONLY */
    h2.unAvl {
        background: url('/images/icons/unavailable.gif') left no-repeat;
    }

    h2.unAvl span {
        color: #f1c40f;
    }

    .buyBoxL,
    .buyBoxR {
        width: 45%;
        margin: 10px 0 20px 0;
        padding: 10px 20px;
        border: 1px solid #cccccc;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        background: linear-gradient(#C6DFEB, #FFFFFF);
        background: -o-linear-gradient(#C6DFEB, #FFFFFF);
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C6DFEB), to(#FFFFFF));
        background: -webkit-linear-gradient(#C6DFEB, #FFFFFF);
        background: -moz-linear-gradient(#C6DFEB, #FFFFFF);
        background: -ms-linear-gradient(#C6DFEB, #FFFFFF);
    }

    .buyBoxL .hdTag,
    .buyBoxR .hdTag {
        font-size: 18px;
        line-height: 20px;
        font-family: Trebuchet MS, Helvetica, sans-serif;
    }

    .buyBoxL .boxButton,
    .buyBoxR .boxButton {
        text-align: center;
        margin-top: 25px;
    }

    .buyBoxL {
        float: left;
    }

    .buyBoxR {
        float: left;
    }

    #or {
        width: 7%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-family: Tahoma;
    }

    a.buyButton {
        padding: 10px 25px 10px 20px;
        text-decoration: none;
        text-transform: uppercase;
        color: #25729E;
        font-size: 14px;
        border: 1px solid #73B9CE;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #BFE6FA;
        background: linear-gradient(#BFE6FA, #8FC3EA);
        background: -o-linear-gradient(#BFE6FA, #8FC3EA);
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BFE6FA), to(#8FC3EA));
        background: -webkit-linear-gradient(#BFE6FA, #8FC3EA);
        background: -moz-linear-gradient(#BFE6FA, #8FC3EA);
        background: -ms-linear-gradient(#BFE6FA, #8FC3EA);
    }

    a.buyButton:hover {
        text-decoration: none;
    }

    a.buyButton b {
        font-size: 18px;
        color: #F6AE03;
        margin-right: 4px;
    }

    table#similarDomains {
        width: 98%;
        margin: 20px auto;
        color: #000000;
        text-align: center;
    }

    table#similarDomains td {
        border-top: 1px solid #cccccc;
        padding: 5px 3px;
    }

    table#similarDomains td:first-child {
        text-align: left;
    }

    table#similarDomains td.status {
        color: #008000;
        font-weight: bold;
        font-size: 11px;
    }

    #buy_selected {
        font-size: 10px;
        padding: 6px 12px;
    }

    #buy_selected b {
        font-size: 12px;
    }


    /*** MEDIA QUERIES ***/
    @media screen and (min-width:1300px) {
        #quick_links #ftTbl {
            width: 1200px;
        }
    }

    @media screen and (min-width:1180px) {
        div#alternative_filters table {
            min-width: 195px;
        }
    }

    @media screen and (max-width:1100px) {
        .#quick_links #ftTbl td {
            width: auto;
        }

        #quick_links #ftTbl {
            width: 100%;
        }

        div#whois_result_data {
            width: 100%;
            float: none;
        }

        div#midColumn {
            width: auto;
            min-width: 300px;
        }

        div#alternative_filters {
            float: left;
        }

        div#alternative_filters table {
            min-width: 200px;
        }
    }

    @media screen and (max-width:985px) {
        #toggleCont {
            font-size: 13px;
        }

        #toggleCont img {
            margin-left: 10px;
        }

        #quick_links #ftTbl td {
            width: auto;
        }
    }

    @media screen and (max-width:900px) {
        .searchBox {
            width: 90%;            
            margin-left: 5%;
            margin-right: 5%;
        }

        #toggleCont {
            width: 80%;
            font-size: 12px;
            line-height: 19px;
        }

        #lmSlider {
            width: 75%;
            font-size: 11px;
        }
    }

    @media screen and (max-width:800px) {
        #mainBody {
            width: 100%;
        }

        h1,
        .h1 {
            font-size: 24px;
            line-height: 26px;
        }

        pre {
            font-size: 11px;
        }

        .buyBoxL,
        .buyBoxR,
        #or {
            width: 98%;
            float: left;
            margin: 5px 0 5px 0;
        }

        .buyBoxR {
            margin-bottom: 20px;
        }

        #or h4 {
            padding: 0;
            margin: 0;
        }
    }

    @media screen and (max-width:850px) {
        .socialHeader #hdSearch {
            width: 100%;
        }
    }

    @media screen and (max-width:800px) {
        #quick_links {
            font-size: 10px;
        }
    }

    @media screen and (max-width:750px) {

        .bannerAd2,
        .bannerAd2 .adNote {
            display: none;
        }

        .resultsHeader {
            clear: left;
            padding-top: 20px;
        }
    }

    @media screen and (max-width:700px) {
        .bannerAd img {
            width: 45%
        }

        .bannerAd {
            float: left;
            width: 95%;
            text-align: center;
            margin: 20px 5px 10px 5px;
            padding: 10px 0 0 0;
            border-top: 1px dashed #8F8F8F;
        }

        .#quick_links #ftTbl td {
            float: left;
            padding: 2px 10px;
        }

        #searchBox .searchFld {
            width: 325px;
        }
    }

    @media screen and (max-width:650px) {
        .searchBox a#goButton b {
            display: none;
        }

        p#homeLinks {
            font-size: 14px;
        }
    }

    @media screen and (max-width:600px) {
        .socialHeader #social {
            display: none;
        }

        h1,
        .h1 {
            font-size: 18px;
            line-height: 22px;
        }

        h2,
        .h2 {
            font-size: 16px;
            line-height: 18px;
        }

        #quick_links #ftTbl td.ftLinks a {
            display: block;
        }

        #quick_links #ftTbl td.ftLinks b {
            display: none;
        }
    }

    @media screen and (max-width:580px) {

        .#quick_links #ftTbl td,
        .#quick_links #ftTbl td.copy {
            font-size: 10px;
        }

        .searchBox {
            width: 95%;
            margin-left: 2.5%;
            margin-right: 2.5%;
        }

        .searchBox .searchFld {
            width: 225px;
        }

        .searchBox a#goButton {
            padding: 7px 6px 8px 6px;
        }

        #toggleCont {
            width: 95%;
        }

        div#alternative_filters {
            float: none;
            clear: both;
            margin-left: 0;
        }

        div#alternative_filters table {
            min-width: 300px;
        }
    }

    @media screen and (max-width:540px) {
        #header1 #hdSearch select {
            padding: 6px 5px;
            font-size: 10px;
        }

        .resultsHeader #hdSearch a#goButton b {
            display: none;
        }
    }

    @media screen and (max-width:520px) {
        .#quick_links #ftTbl td {
            clear: both;
        }

        #quick_links #ftTbl img {
            max-height: 24px;
        }

        #home_search_div header img {
            max-height: 115px;
        }
    }

    @media screen and (max-width:480px) {
        .resultsHeader #hdSearch .searchFld {
            min-width: 280px;
        }

        a.buyButtonAvl,
        div#contLeft h3,
        div#contLeft ul {
            margin-left: 5px;
        }

        a.fa-caret-right {
            margin-left: 6px;
            font-size: 14px;
            padding: 2px 6px 2px 8px;
        }
    }

    @media screen and (max-width:440px) {
        #home_search_div header img {
            max-height: 100px;
        }
    }

    @media screen and (max-width:420px) {
        a.buyButtonAvl {
            padding: 7px 15px 7px 6px;
            font-size: 12px;
        }

        a.buyButtonAvl b {
            display: none;
        }
    }

    @media screen and (max-width:400px) {

        html,
        body {
            font-size: 11px;
        }

        h2,
        .h2 {
            font-size: 14px;
            line-height: 17px;
            font-weight: bold;
        }

        .socialHeader img#logo {
            width: 50%
        }

        .searchBox .searchFld {
            width: 175px;
        }

        .searchBox a#goButton {
            display: block;
            margin-top: 20px;
            padding: 5px;
            font-size: 14px;
        }

        p#homeLinks {
            font-size: 13px;
        }

        .buyBoxL .hdTag,
        .buyBoxR .hdTag {
            font-size: 16px;
            line-height: 18px;
        }

        #or {
            font-size: 13px;
        }

        table#similarDomains td.status {
            display: none;
        }

        a.buyButton {
            font-size: 10px;
            padding: 6px 12px;
        }

        a.buyButton b {
            font-size: 12px;
        }

        .bannerAd,
        .bannerAd3,
        .adNote {
            display: none;
        }

        .resultsHeader #hdSearch .searchFld {
            min-width: 280px;
        }

        div#midColumn {
            width: 100%;
            min-width: auto;
        }

        div#alternative_filters table {
            width: 100%;
        }
    }

    @media screen and (max-width:380px) {
        .resultsHeader #hdSearch {
            float: none;
        }

        .resultsHeader #hdSearch .searchFld {
            min-width: 200px;
        }
    }

    @media screen and (max-width:360px) {
        .searchBox .searchFld {
            width: 175px;
        }

        #home_search_div h1 {
            font-size: 22px;
            line-height: 26px;
            padding: 35px 0 5px 0;
        }

        #quick_links #ftTbl img {
            max-height: 20px;
        }
    }

    @media screen and (max-width:340px) {
        .searchBox .searchFld {
            width: 200px;
        }

        .footNote {
            font-size: 9px;
        }

        .buyBoxL,
        .buyBoxR,
            {
            padding: 10px;
        }

        table#similarDomains {
            width: 100%;
        }

        table#similarDomains td {
            padding: 5px 2px;
        }
    }

    @media screen and (max-width:310px) {
        a.buyButtonAvl {
            font-size: 11px;
        }
    }

    .fas {
        color: black;
    }

    .footer {
        position: absolute;
        background-color: #283039;
        bottom: 0px;
        height: 30px;
        width: 100%;
        position: fixed;
    }
    .footer a {
        width: 33%;
        left: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform:translateY(-50%);
           -moz-transform:translateY(-50%);
            -ms-transform:translateY(-50%);
                transform:translateY(-50%);
    }