
.container thead th {
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0;
    background: #91b1d8;
    border: 1px solid #707070;
}
.container table tr:nth-child(even) {
    background-color: #f4f4ff;
}

.container td {
    line-height: normal;
    border: 1px solid #e7e7e7;
}

.pagination a {
    font-size: 12px;
}
.pagination a, .pagination strong {
    font-size: 12px;
    padding: 5px;
    color:#151515;
}
.container th, .container td {
    font-size: 12px;
}
.table-wrapper input/*[type=submit]*/ {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height: 30px;
    border-radius: 0;
    padding: 7px;
    color:#707070;
    font-size: 12px;
}

.table-wrapper input[type=submit]:hover {
    border: 1px solid #f6bf41;
    background-color: #f6bf41;
    
    color:#151515;
}
#table-top {
    display:flex;
}
#table-top .pagination {
    flex:3
}
#table-top form {
    flex:1;
    justify-content:end;
    display:flex;
}
@media (min-width: 1110px) {
    .ckgz-db-results {
        padding: 20px 0;
    }
    .ckgz-db-results h1 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 5%;
        line-height: 170%;
    }
    /* .container table tr:hover {
    background-color: #ffffff;
    } */
}
@media (max-width:1109px) {
    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    table {
        width: 100%;
        border-collapse: collapse;
    }
}
@media (max-width: 767px) {
    .container thead th {
        background: #fff;
        padding: 5px;
        line-height: 15px;
        min-width: 40px;
        border: 1px solid #f4f4ff;
    }

    .ckgz-db-results {
        padding: 20px 0;
    }
    .ckgz-db-results h1 {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 5%;
        line-height: 170%;
    }

    #table-top {
        display:block;
        padding-bottom: 5px;
    }
    #table-top .pagination {
        flex:1;
    }
    #table-top form {
        flex:1;
        justify-content:start !important;
        display:flex;
    }
    .table-wrapper input {
        height: 25px;
        padding: 5px 7px;
    }
}

.table-wrapper {
    display: none !important;
}

