#landing-page-content .tablepress, .tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* display: block;
    overflow-x: auto; */
}
#landing-page-content .tablepress td, #landing-page-content .tablepress th {
    padding: 8px;
    border: 0;
    background: 0 0;
}
#landing-page-content .tablepress tbody td {
    vertical-align: top;
}
#landing-page-content .tablepress thead tr th,
#landing-page-content .tablepress thead tr td {
    border-bottom: 1px solid #9bd7b0;
    background-color: #e8f9ee;
}
#landing-page-content .tablepress tbody tr:nth-child(even) td {
    background-color: #f8fafd;
    color: #000;
}
#landing-page-content .tablepress tbody tr:first-child td {
    border-top: 0;
}
#landing-page-content .tablepress tbody tr:nth-child(odd) td {
    background-color: #fff;
    color: #000;
}
#landing-page-content .tablepress tbody tr:last-child td {
    border-bottom: 1px solid #9bd7b0;
}
#landing-page-content .tablepress .row-hover tr:hover td {
    background-color: #e8f9ee !important;
}
#landing-page-content .tablepress ul li {
    margin-bottom: 10px;
}
.posts-show #landing-page-content .tablepress ul,
.posts-show #landing-page-content .tablepress ol,
#landing-page-content .tablepress ul,
#landing-page-content .tablepress ol  {
    padding-left: 20px;
    padding-right: 6px;
}
@media screen and (max-width: 767px) {
    #landing-page-content .tablepress {
        font-size: 13px;
        line-height: 1.5em;
        max-width: 375px;
        display: block;
        overflow-x: scroll;
    }
    #landing-page-content .tablepress .row-hover td ul li {
        font-size: 13px !important;
        line-height: 1.5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #landing-page-content .tablepress {
        max-width: 900px;
    }
}
@media screen and (max-width: 425px) {
    #landing-page-content .tablepress .row-hover td ul {
        padding-left: 15px !important;
    }
}