.tld_header_message {
    margin-bottom: 15px;
    padding-left: 1em;
    border-bottom: double var(--main-color);
    padding-bottom: 5px;
}

.tld_footer_message {
    font-size: 14px;
    margin-top: 15px;
    border-top: double var(--main-color);
}

.tldlist {
    text-align: start;
    max-width: 800px;
    margin: auto;
    border: solid var(--main-color) 1px;
    padding: 10px;
    border-radius: 5px;
}

.tldlist-button {
    margin: 20px auto 10px auto;
    display: block;
    height: auto;
    font-size: 14px;
    
    background-color: white;
    color: var(--main-color);
    border: 4px outset #c4c4c4;
}

.tldlist-button:active{
    border: 4px inset #c4c4c4;
}

.tldlist-button::after {
    font-family: "Font Awesome 5 Free";
    content: '\f055';
    font-weight: 900;
    margin-left: 7px;
}

#mainContainer {
    padding: 40px 10px 0px;
}

.tld_check_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
}

.tld_check_list li{
    width: 100%;
}

.tld_check_list .selectTld{
    width: calc(100%/3);
}

@media screen and (max-width:480px) {
    /* Mobile */
    .tld_check_list .selectTld{
        width: 100%;
    }

    #domain_name_list {
        max-width: 95%;
    }
}
