table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tbl thead th {
    background: #f5f5f5;
    font-weight: bold;
    color: #222;
    border-top: 1px solid #ddd;
}

.tbl td:first-child, .tbl th:first-child {
    border-left: 1px solid #ddd;
}

.tbl th, .tbl td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}


.tbl td h5 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}


.tbl td ul li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 15px;
}