.ai-table-section{
    width:100%;
    overflow:hidden;
    background:#fff;
}

.ai-table-front-wrap{
    width:100%;
    overflow-x:auto;
}

.ai-table-front{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.ai-table-front th,
.ai-table-front td{
    padding:7px 8px;
    border:1px solid #4d8f8a;
    text-align:center;
    font-weight:700;
}

.ai-table-front th{
    background:#edf7f5;
}

.ai-table-front th:first-child,
.ai-table-front td:first-child{
    width:20%;
}

.ai-table-front th:last-child,
.ai-table-front td:last-child{
    width:22%;
    color:#f01818;
}

.ai-table-front td:nth-child(2){
    color:#092cff;
}

@media(max-width:560px){
    .ai-table-front th,
    .ai-table-front td{
        padding:6px 5px;
        font-size:14px;
    }
}
