.no-float {
    float: none !important;
    margin: auto!important;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 14px;
    background: #fff;
    color: #262626;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(30,38,74,0.03);
}
th, td {
    padding: 16px 18px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    border: none;
}
tr {
    border-bottom: 1px solid #e2e4ea;
}
tr:last-child {
    border-bottom: none;
}
tr:first-child th, tr:first-child td {
    background: #f1f2f4 !important;
    color: #212225;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #dde1e7;
    text-align: left;
    padding: 18px 16px;
}
td[colspan="6"], th[colspan="6"] {
    background: #f6f7f9 !important;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    letter-spacing: .01em;
    border-bottom: 1px solid #e2e4ea;
    padding-top: 20px;
    padding-bottom: 20px;
}
th, td { word-break: break-word; }
th p, td p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
td:first-child, th:first-child {
    padding-left: 22px;
}
td:last-child, th:last-child {
    padding-right: 22px;
}
@media (min-width: 768px) {
    .content-style table {
        display: contents;
        width: 100%;
        background: none;
    }
}

.content-style table td:first-child {
    padding-left: 22px !important;
}

.content-style table td:last-child,
.content-style table th:last-child {
    padding-right: 22px !important;
}

th, td {
    word-break: normal!important;
border-bottom: 1px solid #ececec;
}