body {
    font-size: 11px;
    line-height: 1.2em;
}
a:hover,
a:focus {
    text-decoration: none;
}
noscript .back span {
    position: absolute;
    left: -20px;
    top: 0;
    text-align: right;
}
.widget-fallback .back span {
    position:relative;
}
.widget-fallback .success .avail-domain,
noscript .success .avail-domain {
    display:inline;
}
.widget-fallback .powered-by,
noscript .powered-by {
    width: 90%;
    position: relative;
    left: 10%;
}
.widget-fallback .powered-by a,
noscript .powered-by a {
    display:inline-block;
    margin-bottom: 10px;
}
.widget-fallback .powered-by p,
noscript .powered-by p {
    font-size: 9px;
    margin-bottom:0;
}
.widget-fallback .back .fa,
noscript .back .fa {
    font-size: 13px;
    left: 0;
}
.no-break {
    white-space: nowrap;
}
.domain-widget-wrapper {
    min-height: 175px;
    max-width:960px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.error-wrapper {
    padding: 10px 10px 0;
    display: block;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.9);
    position: absolute;
    z-index: 99;
    top: -999px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
    box-shadow:         inset 0 0 0 0 rgba(0,0,0,0);
    -webkit-transition: position ease-in-out .4s, box-shadow ease-in-out .15s;
    transition:         position ease-in-out .4s, box-shadow ease-in-out .15s;
}
.error-wrapper.active {
    top: 0;
    -webkit-box-shadow: 0 10px 25px 10px rgba(0,0,0,.3);
    box-shadow:         0 10px 25px 10px rgba(0,0,0,.3);
}
.result {
    text-align:center;
    margin: 0;
    color: #fff;
}
.domain-widget {
    display: block;
    width: 100%;
    min-width: 280px;
    padding: 10px;
}
.success .domain-widget {
    display: inline-block;
    width: 90%;
    min-width: 250px;
    padding: 10px;
    margin-left:10%;
}
.message {
    position: relative;
    color: white;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    line-height: 1.2em;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}
.avail-domain {
    font-weight: bold;
}
.success .avail-domain {
    line-height: 1.2em;
    display: inline-block;
    position: relative;
    max-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.message-part-2 {
    display:block;
}
.search-container {
}
.search-label {
    position: relative;
    color: #fff;
    display: block;
    margin: 0 0 .5em;
}
.search-with-tlds {
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    min-width: 250px;
    height: 40px;
    background-color: #fff;
    display:block;
    position:relative;
    margin: 0em 0em .6em;
    font-size: 1em;
}
input.form-control {
    line-height: 1em;
    display: inline-block;
    float: left;
    position: relative;
    height: 40px;
    width: 66%;
    min-width: 20%;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow:         inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:         border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    outline: 0;
    border-color: #fff;
    border-right: #ccc;
    -webkit-box-shadow: inset -2px 0px 6px 1px rgba(0,0,0,.2);
    box-shadow:         inset -2px 0px 6px 1px rgba(0,0,0,.2);
}
.form-control.error {
    border-color: #fcebbd;
    border-right: 1px solid #af9540;
    background-color: #fcebbd;
    color: #af9540;
}
.form-control.success {
    border: 1px solid #65b236;
}
.tlds-container {
    height: 100%;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    float: left;
    width: 34%;
}
.tlds {
    color:initial;
    font-size:initial;
    position: relative;
    display: block;
    margin: 0 4px;
}
.btn {
    padding: 6px 2px;
    border: none;
    display: block;
    width:100%;
}
.btn:focus {
    outline: none;
    outline-offset: none;
}
.powered-by {
    display:block;
    text-align: right;
    padding: 0px 10px 10px;
}
.powered-by a {
    color: #fff;
}
.powered-by a:hover,
.powered-by a:focus {
    text-decoration: none;
}
.selected-domain{
    margin: initial;
    padding: 10px 0px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indicator {
    display: none;
}
.back {
    width: 10%;
    position: absolute;
    height: 100%;
    border-right: 1px solid rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
    float: left;
    align-items: center;
    display:none;
    z-index: 99;
}
.back.active {
    display: inline-block;
    display: inline-flex;
}
.back .fa {
    position: relative;
    font-size: 21px;
    margin: auto;
    color: rgba(0,0,0,.3);
}
.spinner{
    font-size: 36px; font-weight: bold;
}

@media (min-width: 420px) {
    input.form-control {
        width: 75%;
    }
    .tlds-container {
        width: 25%;
    }
    .tlds {
        margin: auto;
    }
}
@media (min-width: 560px) {
    .domain-widget-wrapper {
        min-height: 122px;
    }
    .message {
        line-height: 1.2em;
        margin: 0 0 .5em;
        display: block;
        font-size: 2em;
        max-width: 75%;
    }
    .btn {
        display: inline-block;
        float: left;
        width: 39%;
        margin-left: 1%;
        margin-top: 1.15em;
        height: 40px;
    }
    .search-container {
        width: 60%;
        float: left;
        display: inline-block;
    }
    .success .message {
        font-size: 1.4em;
    }
    .success .btn {
        margin: 0;
    }
    .avail-domain {
        font-size: 1.3em;
        margin-bottom: .5em;
    }
    .back {
        width: 6%;
    }
    .powered-by {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .success .powered-by {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 20%;
    }
    noscript .powered-by {
        top: initial;
        bottom: initial;
        max-width: 20%;
        left: initial;
    }
    .widget-fallback .powered-by {
        top: 10px;
        bottom: initial;
        max-width: 20%;
        left: initial;
    }
    .widget-fallback .back .fa,
    noscript .back .fa {
        font-size: 21px;
    }
}
@media (min-width: 900px) {
    input.form-control {
        width: 80%;
    }
    .tlds-container {
        width: 20%;
    }
}
.no-js .widget-fallback,
.hide {
    display:none !important;
}
/* IE 11 */
@media (min-width: 560px) {
    _:-ms-fullscreen, :root .widget-fallback .powered-by {
        left:80%;
    }
}