.table_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    z-index: 999999;
}

.table_wrap table {
    margin-top: 20px;
    margin-bottom: 10px;
    border-collapse: collapse;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

.table_wrap table th {
    font: 700 16px 'Lato', sans-serif;
    color: #000000 !important;
    padding: 10px;
    border-bottom: 1px solid #000000 !important;
    border: 1px solid #000000 !important;
    text-align: right;
    vertical-align: top;
}

.table_wrap table td {
    font: 400 16px 'Lato', sans-serif;
    color: #333333;
    padding: 8px;
    text-align: center;
    border-right: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    white-space: normal;
    vertical-align: top;
}

.table_wrap table th:first-child,
.table_wrap table td:first-child {
    text-align: left;
}

.table_wrap table td:first-child {
    border-left: 1px solid #000 !important;
    text-align: left !important;
    max-width: 20%;
    white-space: normal;
}

.table_wrap table tr:last-child td {
    border-bottom: 1px solid #000 !important;
}

ol, ul {padding-left: 25px;}
ul li {list-style-type: disc;}
ol li {list-style-type: decimal;}