.help-content-inner-wrap table {
    border: 1px solid #e3e3e3;
    text-align: center;
    width: 100% !important;
}

.help-content-inner-wrap table p {
    margin: 15px 0;
}

.help-content-inner-wrap table th {
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 14px;
}

.help-content-inner-wrap .table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}