.table {
    margin: 20px 10px;
}


.container-table{
    border: 1px solid #046b00;
    border-radius: 0 0 7px 7px;
}

.container-table-contents {
    max-width: 100%;
    border-spacing: 0;
    padding: 15px 20px;
}


.status {
    display: block;
    max-width: 70px;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background-color: #0fad0a;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    user-select: none;
}


dt{
    color:#ffffff;
    font-size: 1.2rem;
    font-weight: 700;
}


dd{
    color: #d3d3d3;
    max-width: 100%;
    font-size: 1.1rem;
    padding-bottom: 5px;
}

p{
    color:#d3d3d3;
}


.horizontal-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}


.url-container{
    line-height: 30px;
    text-align: center;
    margin: 5px 10px;
}

.horizontal-flex :last-child{
    margin-right: 0px;
}










.send-form {
    margin: 10px;
}




.form-add-comments{
    padding: 30px 15px;
    border: 1px solid #046b00;
    border-radius: 0 0 7px 7px;
}


label {
    display: block;
    color: #d3d3d3;
    margin-bottom: 5px;
    font-weight: 700;
}



.comments-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}



.input-nickname-add-comments, .input-captcha-add-comments{
    color: #046b00;
    height: 28px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #046b00;
    border-radius: 4px;
    padding: 0 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0,.075);
}


.input-add-comments {
    resize: none;
    width: 1125px;
    max-width: 100%;
    height: 100px;
    max-height: 100%;
    color: #046b00;
    background-color: #fff;
    background-image: none;
    border: 1px solid #046b00;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0,.075)
}


.enter-comments{
    margin-right: 20px;
}

.button-add-comments {
    width: 200px;
    max-width: 100%;
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    cursor: pointer;
    background-color: #0fad0a;
    border-color: #046b00;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    user-select: none;

}


.button-add-comments:hover {
    background-color: #046b00;
}


.group-input-button{
    align-self: flex-end;
}


.group-nickname, .group-input-captcha, .group-input-button{
    margin: 20px;
}


.container-comments{
    margin: 20px 10px;
    padding: 3px 5px;
}


.table-comments{
    margin-top: 5px;
    border: 2px solid #046b00;
    border-radius: 7px;
    padding: 10px 15px;
}


.date-time{
    color: #0fad0a;
    font-size: 0.8rem;
    padding: 2px 10px;
}


.nickname{
    color: #046b00;
    font-size: 1.1rem;
    padding: 2px 10px;
}







.page-number {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 4vh;
}


.page-number-link {
    padding: 0 5px;
    text-decoration: none;
    font-size: 1.2rem;
    color: #0fad0a;
}

.page-number-link:hover {
    text-decoration: underline;
}

.page-number .page-number-link-previous {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
}


.page-number .page-number-link-next {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #fff;
    font-weight: 700;
}



@media (max-width: 1023px){
    .search form {
        white-space: nowrap;
        max-width: 60%;
        transform: translate( 0, 45%)
    }
    .search input {
        max-width: 100%;
        height: 37px;
    }
    .mail:after {
        font-size: 20px;
    }
    .hiwiki:before {
        font-size: 20px;
        margin: 0px 15px;
    }
    .faq:before {
        font-size: 20px;
    }
    .search button {
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 767px){



    .head-of-table{
        border-radius: 7px;
    }


    .container-table{
        border: 2px solid #046b00;
        border-radius: 7px;
    }



    .form-add-comments{
        border: 2px solid #046b00;
        border-radius: 7px;
    }


    div.enter-url, div.enter-url-description, .select-category{
        padding: 0;
        max-width: 100%;
    }

    
    .button-add-site {
        max-width: 100%;
    }


    textarea{
        max-width: 100%;
    }


    div.group-url, div.group-input-name, div.group-description, div.group-category{
        margin-bottom: 10px;
    }
    

}