.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
    table-layout: fixed;
    margin-top: 40px;
    display: none;
}
.tablepress td, .tablepress th {
    padding: 10px 20px;
    border: none;
    border-right: 1px solid #EAEAEA;
    text-align: left;
    float: none !important;
    color: #222222;
    font-size: 15px;
    line-height: 18px;
    background: #FFF;
}
.tablepress td.column-1, td.column-title {
    padding-left: 30px;
}
.tablepress td:last-child {
    border-right: none;
}
.tablepress tbody td {
    vertical-align: top;
    border-top: 1px solid #EAEAEA;
}
.tablepress tbody .even td {
    border-top: none;
}
td.column-title {
    width: 100%;
    background-color: #F6F5F8;
    color: #776EA8;
    font-size: 15px;
    line-height: 18px;
}
.column-1 {
    width: 20%
}
.column-2 {
    width: 40%;
}



.tablepress thead th {
}
.tablepress thead th {
    background-color: #FFF;
    padding: 32px 32px 40px;
    vertical-align: middle;
    color: #222222;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
}
.tablepress .row-hover tr:hover td {
    background-color: #F6F5F8;
}
.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .tablepress {
        display: table;
    }
}