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

.auto_generated_names .name {
    display: block;
    background: #fafafa;
    margin: 0 auto 10px;
    text-align: center;
    min-height: 80px;
    border-radius: 3px;
    line-height: 80px;
    position: relative;
    font-size: 19px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.auto_generated_names .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;
}
}

.auto_generated_names .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;
}
.auto_generated_names .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;
}
.auto_generated_names .long.copied:after{
    visibility: hidden;
}
@media only screen and (min-width:500px){
    .auto_generated_names .copied:before {
        font-size: 14px;
        padding: 2px 9px;
}
}
.auto_generated_names .loadmorebtn div {
    width: 25px;
    margin-left: 2px;
    float: left;
    min-height: 15px;
}

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

.auto_generated_names .loadmorebtn {
    display: block;
    margin: 60px auto 18px;
    border: 2px solid #21814f;
    box-sizing: content-box;
    border-radius: 3px;
    font-size: 18px;
    background: #ffffff;
    width: 220px;
    height: 44px;
    background: #258b57;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 9px -3px black;
}


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


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

.loading_names .name span:before {
    content: "Loading...";
    color: #5d5d5d;
}

.auto_generated_names .loadmorebtn:before {
    content: "\f01e";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    margin-right: 10px;
    vertical-align: top;
}

.auto_generated_names .advert {
    margin: 20px 0;
}