.wp-caption {
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    max-width: 100%;
    padding: 10px;
    text-align: center;
}

.wp-caption-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 3px 0;
    font-style: italic;
}

.aligncenter {
    display: block;
    margin: 15px auto;
}

@media (min-width: 576px) {

    .alignright {
        float: right;
    }

    .alignleft {
        float: left;
    }
}

table {
    width: 100%;
    border-spacing: 0;
    max-width: 100%;
    margin-bottom: 1em;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

table thead th {
    background-color: #4caf50;
    font-weight: bold;
    color: #fff;
}

table td,
table th {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
}

table td:nth-child(1),
table th:nth-child(1) {
    border-left: 0;
}

table tr:nth-child(2n) td {
    background-color: #eaeaea;
}

.kws__table table td img {
    max-width: none;
}

@media screen and (max-width: 767px) {

    .kws__table {
        overflow-x: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .kws__table::-webkit-scrollbar-thumb {
        border: 2px solid white;
        background-color: #ccc;
    }

    .kws__table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .kws__table::-webkit-scrollbar {
        height: 7px;
    }

    .kws__table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(0, 0, 0, .3);
    }
}

.head-lines tr:last-child th {border-top: 1px solid #fff;border-left: 1px solid #fff;}