.stylish_name_generator .names_outer {
    background: #3f51b5;
    padding: 10px;
    border-radius: 4px;
}

.stylish_name_generator .name {
    display: block;
    background: #fff;
    margin: 0 auto 10px;
    text-align: center;
    min-height: 40px;
    border-radius: 3px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.stylish_name_generator .name:after {
    content: "\f0c5";
    font-family: 'FontAwesome';
    color: #2196f3;
    font-size: 13px;
    margin-left: 5px;
    line-height: 1;
}

@media only screen and (min-width:1100px){
.names_inner {
    text-align: center;
}
}

.stylish_name_generator .copied:before {
    content: "Copied";
    display: block;
    height: 20px;
    background: #009688;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    line-height: 20px;
    margin: auto;
    color: #ffffff;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 5px;
}
.stylish_name_generator .long.copied:before{
    font-family: "FontAwesome";
    font-weight: 700;
    content: "\f00c";
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.stylish_name_generator .long.copied:after{
    visibility: hidden;
}
@media only screen and (min-width:500px){
    .stylish_name_generator .copied:before {
        font-size: 14px;
        padding: 2px 9px;
}
}

.stylish_name_generator .loadmorebtn.loading .one {
    display: none;
}
.stylish_name_generator .loadmorebtn.loading .two {
    display: inline-block;
}
.stylish_name_generator .loadmorebtn.loading i {
    animation: rotate 0.6s ease-in-out infinite;
}

.stylish_name_generator .loadmorebtn {
    width: 45%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.stylish_name_generator .loadmorebtn span {
    margin-left: 5px;
}

.stylish_name_generator .loadmorebtn:not(.loading) span.two{
    display: none;
}


#primary section.stylish_name_generator {
    padding-bottom: 10px;
}

.stylish_name_generator input#nameinput {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    background: #eef8ff;
    min-height: 38px;
    border-radius: 3px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.3px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 6px -1px #000;
}

.stylish_name_generator div.nav button {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 0;
    background: #fff;
    font-size: 16px;
    outline: 0;
    color: #373945;
    box-sizing: border-box;
}

.stylish_name_generator div.nav button.prev,.stylish_name_generator div.nav button.next {
    width: 25%;
}

.stylish_name_generator div.nav {
    display: flex;
    margin: 15px auto 30px;
}

.stylish_name_generator div.nav button.prev:before, .stylish_name_generator div.nav button.next:before {
    font-family: 'FontAwesome';
    font-weight: 600;
}

.stylish_name_generator div.nav button.prev:before {content: "\f053\f053";}

.stylish_name_generator div.nav button.next:before {content: "\f054\f054";}

.stylish_name_generator div.nav button:hover {
    opacity: 0.96;
}

span#char_length {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    opacity: .5;
    margin: auto;
    line-height: 38px;
}

.inputfield {
    position: relative;
    height: 38px;
    display: block;
    width: 100%;
}