.table {
    border: 1px solid #003333;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.table caption {
    margin: 0 0 3px 0;
    line-height: 30px;
    text-align: left;
}
.table tr {
    border: 1px solid #669933;
    padding: 6px;
    line-height: 22px;
}
.table th {
    width: 22.5%;
    padding: 8px 5px 8px 5px;
    text-align: center;
    background-color: #CCFF99;
    font-weight: normal;
    color: #000000;
}
.table th:first-child {
    width: 10%;
}
.table td {
    padding: 8px 5px 8px 5px;
    text-align: center;
    vertical-align: top;
    color: #000000;
}
/*------------------Table2-----------------------*/
.table2 {
    border: 1px solid #003333;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.table2 caption {
    margin: 0 0 3px 0;
    line-height: 30px;
    text-align: left;
}
.table2 tr {
    border: 1px solid #669933;
    padding: 6px;
    line-height: 22px;
}
.table2 th {
    width: 12.5%;
    padding: 8px 5px 8px 5px;
    text-align: center;
    background-color: #CCFF99;
    font-weight: normal;
    color: #000000;
}
/*.table2 th:first-child {
    width: 10%;
}*/
.table2 td {
    padding: 8px 5px 8px 5px;
    text-align: center;
    vertical-align: top;
    color: #000000;
}
/*--------------Pagination Style--------------*/
.pager {
    text-align: center;
    line-height: 24px;
    margin: 12px 0 6px 0;
    box-sizing: border-box;
}
.pg-goto {
    display:inline-block;
    width:40px;
    height:26px;
    line-height: 26px;
    color: #FFFFFF;
    /*font-family: "Arial";*/
    font-size: 12px;
    cursor: pointer;
    background: #000000;
    padding: 0;
    margin: 0 3px 0 3px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #CCCCCC;
}
.pg-selected {
    color: #FFFFFF;
    /*font-family: "Arial";*/
    font-size: 12px;
    background: #000000;
    padding: 4px 5px 4px 5px;
    margin: 0 3px 0 3px;
}
.pg-normal {
    color: #000000;
    /*font-family: "Arial";*/
    font-size: 12px;
    cursor: pointer;
    background: #CCCCCC;
    padding: 4px 5px 4px 5px;
    margin: 0 3px 0 3px;
}
@media screen and (max-width: 600px) {
            .table {
                border: none;
            }
            .table thead {
                border: none;
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }
            .table tr {
                border-bottom: 1px solid #669933;
                display: block;
                line-height: 22px;
            }
            .table td {
                padding: 3px 5px 4px 5px;
                border-bottom: 1px solid #999999;
                display: block;
                text-align: left;
                width: 100%;
                color:#000000;
                box-sizing: border-box;
            }
            .table td:first-child{
                padding: 3px 5px 4px 5px;
                background-color: #CCFF99;
                border: 1px solid #669933;
                /*border-bottom: 1px solid #669933;*/
                color:#000000;
            }
            .table td:last-child{
                border-bottom: none;
            }
            .table td::before {
                content: attr(data-label);
                float: left;
                padding: 3px 0 5px 0;
                width: 100%;
                box-sizing: border-box;
            }
    /*------------------Table2-----------------------*/
            .table2 {
                border: none;
            }
            .table2 thead {
                border: none;
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }
            .table2 tr {
                border-bottom: 1px solid #669933;
                display: block;
                line-height: 22px;
            }
            .table2 td {
                padding: 3px 5px 4px 5px;
                border-bottom: 1px solid #CCCCCC;
                display: block;
                text-align: left;
                width: 100%;
                color:#000000;
                box-sizing: border-box;
            }
            .table2 td:first-child{
                padding: 3px 5px 4px 5px;
                background-color: #CCFF99;
                border: 1px solid #669933;
                /*border-bottom: 1px solid #669933;*/
                color:#000000;
            }
            .table2 td:last-child{
                border-bottom: none;
            }
            .table2 td::before {
                content: attr(data-label);
                float: left;
                padding: 3px 0 5px 0;
                width: 100%;
                box-sizing: border-box;
            }
}